Dump lsass using only Native APIs by hand-crafting Minidump files (without MiniDumpWriteDump!!!)
-
Updated
Oct 7, 2024 - C#
Dump lsass using only Native APIs by hand-crafting Minidump files (without MiniDumpWriteDump!!!)
Dump lsass using only NTAPIs running 3 programs to create 3 JSON and 1 ZIP file... and generate the MiniDump later!
LSASS memory dumper using only NTAPIs, creating a minimal minidump, built in Rust with no_std and independent of the C runtime (CRT). It can be compiled as shellcode (PIC), supports XOR encryption, and remote file transmission.
This tool leverages the Process Forking technique using the RtlCreateProcessReflection API to clone the lsass.exe process. Once the clone is created, it utilizes MINIDUMP_CALLBACK_INFORMATION callbacks to generate a memory dump of the cloned process
Hidedump:a lsassdump tools that may bypass EDR
"D3MPSEC" is a memory dumping tool designed to extract memory dump from Lsass process using various techniques, including direct system calls, randomized procedures, and prototype name obfuscation. Its primary purpose is to bypass both static and dynamic analysis techniques commonly employed by security measures.
DLL injection, memory dump of process С++
Add a description, image, and links to the lsass-dump topic page so that developers can more easily learn about it.
To associate your repository with the lsass-dump topic, visit your repo's landing page and select "manage topics."