A small program written in C + WinAPI that allows you to dump processes via PID.
Find a file
2022-07-07 04:04:23 +02:00
Bin Init repo 2022-07-07 03:55:09 +02:00
Logo Init repo 2022-07-07 03:55:09 +02:00
MiniMemoryDumper Init repo 2022-07-07 03:55:09 +02:00
.gitignore Init repo 2022-07-07 03:55:09 +02:00
LICENSE.md Init repo 2022-07-07 03:55:09 +02:00
README.md prettified (?) readme 2022-07-07 04:04:23 +02:00

insomnia

MiniMemoryDumper

A small program written in C + WinAPI that allows you to dump processes via PID. At the moment it is only possible to dump usermode processes.

Usage

MiniMemoryDumper currently has 3 commands: "help", "dump" and "exit". It is enough just to enter one of the commands you need.

System Requirements

MiniMemoryDumper currently does not need administrator rights to run. MiniMemoryDumper can run on both x64 and x86 systems.

Build

MiniMemoryDumper is provided with full source code, everyone can build it themselves or use ready-made solutions provided in the repository. To build it, you need to have at least Visual Studio 2019.

Authors

(c) 2022 - __SKVLLZ.