|
HyperDbg Debugger
|
!smi command More...
#include "pch.h"Functions | |
| VOID | CommandSmiHelp () |
| help of the !smi command | |
| BOOLEAN | CommandSmiSendRequest (SMI_OPERATION_PACKETS *SmiOperationRequest) |
| Send SMI requests. | |
| BOOLEAN | HyperDbgPerformSmiOperation (SMI_OPERATION_PACKETS *SmiOperation) |
| Request to perform an SMI operation. | |
| VOID | CommandSmi (vector< CommandToken > CommandTokens, string Command) |
| !smi command handler | |
Variables | |
| BOOLEAN | g_IsKdModuleLoaded |
| shows whether the kernel debugger (KD) module is loaded or not | |
| BOOLEAN | g_IsSerialConnectedToRemoteDebuggee |
| Shows if the debugger was connected to remote debuggee over (A remote guest). | |
!smi command
| VOID CommandSmi | ( | vector< CommandToken > | CommandTokens, |
| string | Command ) |
!smi command handler
| CommandTokens | |
| Command |
| VOID CommandSmiHelp | ( | ) |
help of the !smi command
| BOOLEAN CommandSmiSendRequest | ( | SMI_OPERATION_PACKETS * | SmiOperationRequest | ) |
Send SMI requests.
| SmiRequest |
| BOOLEAN HyperDbgPerformSmiOperation | ( | SMI_OPERATION_PACKETS * | SmiOperation | ) |
|
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).