in reply to Re: Accessing proc/memory
in thread Accessing proc/memory
As per your suggestion, I added:
use Fcntl qw(SEEK_SET); seek $fh, 134512640, SEEK_SET or die "could not seek in mem: $!";
I got that number from converting from the hex address the maps file in /proc.
|
|---|