|
HyperDbg Debugger
|
Go to the source code of this file.
Macros | |
| #define | GLOBALS_H |
| #define | MAX_TEMP_COUNT 128 |
Variables | |
| 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 |
| Message handler function. | |
Global variables header
| #define GLOBALS_H |
| #define MAX_TEMP_COUNT 128 |
|
extern |
Instance information of the current hwdbg debuggee.
|
extern |
Shows whether the instance info is valid (received) or not.
|
extern |
Message handler function.
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.