
February 20th, 2011, 06:25 AM
|
|
Registered User
|
|
Join Date: Feb 2011
Posts: 2
Time spent in forums: 14 m 38 sec
Reputation Power: 0
|
|
|
Yes, to be more specific - the process's stack.
My code uses the ptrace attach API before trying to read the file to force the process to halt.
But still no matter what I try I dont seem to be able to read the other process's stack, even when I'm running as root and the target process is my child process.
Any ideas?
Are there any alternatives for reading process's stack?
(not including ptrace, as it allows reading one word at a time)
Thanks!
--sternr
|