|
HyperDbg Debugger
|
exit command More...
#include "pch.h"Functions | |
| VOID | CommandExitHelp () |
| help of the exit command | |
| VOID | CommandExit (vector< CommandToken > CommandTokens, string Command) |
| exit command handler | |
Variables | |
| HANDLE | g_DeviceHandle |
| Holds the global handle of device which is used to send the request to the kernel by IOCTL, this handle is not used for IRP Pending of message tracing this handle is used in KD VMM. | |
| BOOLEAN | g_IsConnectedToHyperDbgLocally |
| Shows whether the user is allowed to use 'load' command to load modules locally in VMI (virtual machine introspection) mode. | |
| BOOLEAN | g_IsSerialConnectedToRemoteDebuggee |
| Shows if the debugger was connected to remote debuggee over (A remote guest). | |
| BOOLEAN | g_IsKdModuleLoaded |
| shows whether the kernel debugger (KD) module is loaded or not | |
| BOOLEAN | g_IsVmmModuleLoaded |
| shows whether the VMM module is loaded or not | |
exit command
| VOID CommandExit | ( | vector< CommandToken > | CommandTokens, |
| string | Command ) |
exit command handler
| CommandTokens | |
| Command |
| VOID CommandExitHelp | ( | ) |
help of the exit command
|
extern |
Holds the global handle of device which is used to send the request to the kernel by IOCTL, this handle is not used for IRP Pending of message tracing this handle is used in KD VMM.
|
extern |
Shows whether the user is allowed to use 'load' command to load modules locally in VMI (virtual machine introspection) mode.
|
extern |
shows whether the kernel debugger (KD) module is loaded or not
|
extern |
Shows if the debugger was connected to remote debuggee over (A remote guest).
|
extern |
shows whether the VMM module is loaded or not