blendin / xdump

Simple tool for dumping process memory on linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xdump - Linux file dumper using process memory

Usage

xdump [filename]

License

MIT Copyright (c) 2017 Brendon Tiszka

Tests

To setup test folder

gcc foo.c -o foo

chown root:root foo

chmod 6335 foo

Limitations

  • /proc filesystem must be mounted

About

Simple tool for dumping process memory on linux


Languages

Language:C 98.0%Language:Makefile 2.0%