|
HyperDbg Debugger
|
.restart command More...
#include "pch.h"Functions | |
| VOID | CommandRestartHelp () |
| help of the .restart command | |
| VOID | CommandRestart (vector< CommandToken > CommandTokens, string Command) |
| .restart command handler | |
Variables | |
| UINT32 | g_ProcessIdOfLatestStartingProcess |
| The process id of the latest starting process. | |
| std::wstring | g_StartCommandPath |
| the start path used in .start command | |
| std::wstring | g_StartCommandPathAndArguments |
| the start arguments used in .start command | |
| ACTIVE_DEBUGGING_PROCESS | g_ActiveProcessDebuggingState |
| State of active debugging thread. | |
.restart command
| VOID CommandRestart | ( | vector< CommandToken > | CommandTokens, |
| string | Command ) |
.restart command handler
| CommandTokens | |
| Command |
| VOID CommandRestartHelp | ( | ) |
help of the .restart command
|
extern |
State of active debugging thread.
|
extern |
The process id of the latest starting process.
|
extern |
the start path used in .start command
|
extern |
the start arguments used in .start command