I need to access the values of the variables within a process from
another process (owned by the same user).
The library routine nlist() seems to be made for this job, but I am
unable to get it to work successfully.
If anyone has a snippet of code that would help, or any useful hints
(apart from the man page on nlist),
please let me know.
Also, if there is any way other than using nlist() that I could get at
the variables within a process, please let
me know. The only pieces of information that I have about the process
are possibly the stack , and heap,
addresses and sizes.
Thank you in advance,
Priya Narasimhan