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.
MiniMemoryDumper currently has 3 commands: "help", "dump" and "exit". It is enough just to enter one of the commands you need.
MiniMemoryDumper currently does not need administrator rights to run. MiniMemoryDumper can run on both x64 and x86 systems.
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.
(c) 2022 - __SKVLLZ.