Skip to content

PhilippePitzClairoux/go-memory-dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang memory reader

This projects lets you dump the content of a linux memory file and outputs it in the console. You can pipe the output of the program to store it in a file if you want.

Try it out yourself

git clone https://github.com/PhilippePitzClairoux/go-memory-dumper \
    && cd go-memory-dumper \
    && go build .

Usable Arguments

x@fedora ~/G/memory-reader> ./MemoryDumper --help
Usage of ./MemoryDumper:
  -filter string
        dump all addresses for pids that match filter
  -hide-empty
        hide lines that are completely empty
  -pid string
        pid of process to dump (default "0")
  -read-loop
        read continuously the data stored in memory

About

Dump linux process memory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages