mrexodia / MiniDumpPlugin

Simple x64dbg plugin to save a full memory dump

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniDumpPlugin

Note: This plugin has been integrated into x64dbg as the minidump command since 2022-10-10.

Simple x64dbg plugin to save the current state in a full minidump. Created for dumpulator.

Download the latest binaries here.

Building

From a Visual Studio command prompt:

cmake -B build64 -A x64
cmake --build build64 --config Release

You will get build64\MiniDump.sln that you can open in Visual Studio.

To build a 32-bit plugin:

cmake -B build32 -A Win32
cmake --build build32 --config Release

Alternatively you can open this folder in Visual Studio/CLion/Qt Creator.

About

Simple x64dbg plugin to save a full memory dump

License:Boost Software License 1.0


Languages

Language:CMake 81.1%Language:C++ 11.6%Language:C 7.4%