Skip to content
/ memcat Public
forked from hackerb9/memcat

Print core memory of a given a process ID (linux specific)

License

Notifications You must be signed in to change notification settings

kmille/memcat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

memcat

Print core memory of a given a process ID (linux specific)

How to use it

sudo python3 memcat.py $(pidof nextcloud)

How does it work?

  • iterate over /proc/$pid/maps
  • open /proc/$pid/mem, seek(x), read(y)
  • dump it to a file
  • we need to ptrace to $pid so that we can read from /proc/$pid/mem

About

Print core memory of a given a process ID (linux specific)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%