|
HyperDbg Debugger
|
#include "pch.h"Variables | |
| PSCRIPT_ENGINE_TOKEN_LIST | GlobalIdTable |
| lookup table for storing global Ids | |
| PUSER_DEFINED_FUNCTION_NODE | UserDefinedFunctionHead |
| PUSER_DEFINED_FUNCTION_NODE | CurrentUserDefinedFunction |
| PINCLUDE_NODE | IncludeHead |
| unsigned int | InputIdx |
| number of read characters from input | |
| unsigned int | CurrentLine |
| number of current reading line | |
| unsigned int | CurrentLineIdx |
| unsigned int | CurrentTokenIdx |
| HWDBG_INSTANCE_INFORMATION | g_HwdbgInstanceInfo |
| Instance information of the current hwdbg debuggee. | |
| BOOLEAN | g_HwdbgInstanceInfoIsValid |
| Shows whether the instance info is valid (received) or not. | |
| PVOID | g_MessageHandler |
| The handler for ShowMessages function this is because the user might choose not to use printf and instead use his/her handler for showing messages. | |
Global variables
| unsigned int CurrentLine |
number of current reading line
| unsigned int CurrentLineIdx |
| unsigned int CurrentTokenIdx |
| PUSER_DEFINED_FUNCTION_NODE CurrentUserDefinedFunction |
| HWDBG_INSTANCE_INFORMATION g_HwdbgInstanceInfo |
Instance information of the current hwdbg debuggee.
| BOOLEAN g_HwdbgInstanceInfoIsValid |
Shows whether the instance info is valid (received) or not.
| PVOID g_MessageHandler |
The handler for ShowMessages function this is because the user might choose not to use printf and instead use his/her handler for showing messages.
| PSCRIPT_ENGINE_TOKEN_LIST GlobalIdTable |
lookup table for storing global Ids
| PINCLUDE_NODE IncludeHead |
| unsigned int InputIdx |
number of read characters from input
| PUSER_DEFINED_FUNCTION_NODE UserDefinedFunctionHead |