/memdumper

simple memory dumper tool for linux

Primary LanguageGo

memdumper

simple memory dumper tool for linux

test

Usage:

./memdumper <pid>

This script uses /proc/pid/maps to detect memory addresses and will dump them using the GDB debugger.

Download Latest Release