GitHub - Mr-Un1k0d3r/MiniDump: alternative to procdump
2019-09-13 16:12:24 Author: github.com(查看原文) 阅读量:464 收藏

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up

C# C

alternative to procdump written in C# (perfect for execute-assembly) and C.

dump.exe PID
> dump.exe 620
MiniDumpWriteDump found at 0x000007FEE3891EF0
Trying to dump PID: 620
Process HANDLE 0x0000000000000024
memory.dmp HANDLE 0x0000000000000028
Process Completed (1)(87)

For 64 bits systems

x86_64-w64-mingw32-gcc.exe dump.c -o dump64.exe

For 32 bits systems

mingw32-gcc.exe dump.c -o dump.exe

Mr.Un1k0d3r RingZer0 Team


文章来源: https://github.com/Mr-Un1k0d3r/MiniDump
如有侵权请联系:admin#unsafe.sh