Skip to content
/ umd Public

Ultimate Memory Dumping library for userspace processes in Linux

License

Notifications You must be signed in to change notification settings

ang1337/umd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

umd

Simple yet powerful memory dumping library for Linux userspace processes.

Features

  • Multithreaded in-memory dumping and inspection of a dumped memory
  • Dump to disk option

Dependencies

  • GNU gcc compiler with C++ 17 support
  • Python 3
  • Meson build system

How to install

git clone https://github.com/ang1337/umd.git
cd umd
./install.sh

Usage

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.

About

Ultimate Memory Dumping library for userspace processes in Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published