Skip to content

aDarkDev/memdumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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