simple memory dumper tool for linux
./memdumper <pid>
This script uses /proc/pid/maps
to detect memory addresses and will dump them using the GDB
debugger.
simple memory dumper tool for linux
./memdumper <pid>
This script uses /proc/pid/maps
to detect memory addresses and will dump them using the GDB
debugger.