|
HyperDbg Debugger
|
.kill command More...
#include "pch.h"Functions | |
| VOID | CommandKillHelp () |
| help of the .kill command | |
| VOID | CommandKill (vector< CommandToken > CommandTokens, string Command) |
| .kill command handler | |
Variables | |
| UINT32 | g_ProcessIdOfLatestStartingProcess |
| The process id of the latest starting process. | |
| ACTIVE_DEBUGGING_PROCESS | g_ActiveProcessDebuggingState |
| State of active debugging thread. | |
.kill command
| VOID CommandKill | ( | vector< CommandToken > | CommandTokens, |
| string | Command ) |
.kill command handler
| CommandTokens | |
| Command |
| VOID CommandKillHelp | ( | ) |
help of the .kill command
|
extern |
State of active debugging thread.
|
extern |
The process id of the latest starting process.