Skip to content

utility designed to dump the memory from a executable

License

Notifications You must be signed in to change notification settings

mendax0110/memDump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memDumper

memDumper is a utility designed to dump the memory from a executable. This can be useful for security analysis or debugging purposes.

Features

  • Process Memory Dumping: Dump the memory of a specified process by PID.
  • Custom Output: Save dumps to a file or output them to the console.
  • Keyword Search: Search for specific words within the memory dump.
  • Graphical User Interface (GUI): Start the application with a GUI for easier interaction.

Usage

To use memDumper, follow these steps:

Build Instructions

  1. Clone the repository
git clone https://github.com/mendax0110/memDumper.git
  1. Change directory to the cloned repository
cd memDumper
  1. Init and update the submodules
git submodule update --init --recursive
  1. Checkout the docking branch of dearImgui
git checkout docking
  1. Create the build directory
mkdir build
  1. Change directory to the build directory
cd build
  1. Build CMake files
cmake ..
  1. Build the project
cmake --build .

Usage CLI

memDump.exe -p <PID> [-o <output_file>] [-w <word_to_search_1> -w <word_to_search_2>]

Usage GUI

memDump.exe --gui

Supported Platforms

  • Windows

Releases

No releases published

Packages

No packages published