File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ Name : WinDbg.exe
3+ Description : Windows Debugger for advanced user-mode and kernel-mode debugging.
4+ Author : Avihay Eldad
5+ Created : 2025-07-16
6+ Commands :
7+ - Command : windbg.exe -g {CMD}
8+ Description : Launches a command line through the debugging process; optionally add `-G` to exit the debugger automatically.
9+ Usecase : Executes an executable under a trusted microsoft signed binary.
10+ Category : Execute
11+ Privileges : User
12+ MitreID : T1127
13+ OperatingSystem : Windows
14+ Tags :
15+ - Execute : CMD
16+ Full_Path :
17+ - Path : C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\windbg.exe
18+ - Path : C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\windbg.exe
19+ - Path : C:\Program Files (x86)\Windows Kits\10\Debuggers\arm\windbg.exe
20+ - Path : C:\Program Files (x86)\Windows Kits\10\Debuggers\arm64\windbg.exe
21+ Resources :
22+ - Link : https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/windbg-command-line-options
23+ Acknowledgement :
24+ - Person : Avihay Eldad
25+ Handle : ' @AvihayEldad'
26+ ---
You can’t perform that action at this time.
0 commit comments