Simple yet powerful memory dumping library for Linux userspace processes.
- Multithreaded in-memory dumping and inspection of a dumped memory
- Dump to disk option
- GNU gcc compiler with C++ 17 support
- Python 3
- Meson build system
git clone https://github.com/ang1337/umd.git
cd umd
./install.sh
See api_usage_example.cpp
file that uses pretty much all the API exposed for an external umd library usage. Compile the program that uses umd library with -lumd
, -lpthread
and -std=c++17
flags.