in reply to Reading memory of a different process
That's not to say there it's entirely impossible. Most modern (Unix) OSses do have some API to access the memory. Either in its entire, like /dev/mem, or on a process by process bases using /proc/PID/mem.
Note that the typical way of sharing memory between processes involves setting up a shared memory segment. IPC::SysV might help you set it up.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Reading memory of a different process
by Anonymous Monk on Feb 01, 2005 at 11:05 UTC |