HyperDbg Debugger
Loading...
Searching...
No Matches
globals.h
Go to the documentation of this file.
1
12#pragma once
13
14#ifndef GLOBALS_H
15# define GLOBALS_H
16# define MAX_TEMP_COUNT 128
17
18#endif // !GLOBALS_H
19
25
31
UCHAR BOOLEAN
Definition BasicTypes.h:35
void * PVOID
Definition BasicTypes.h:56
struct _HWDBG_INSTANCE_INFORMATION HWDBG_INSTANCE_INFORMATION
The structure of script capabilities information in hwdbg.
BOOLEAN g_HwdbgInstanceInfoIsValid
Shows whether the instance info is valid (received) or not.
Definition globals.h:697
HWDBG_INSTANCE_INFORMATION g_HwdbgInstanceInfo
Instance information of the current hwdbg debuggee.
Definition globals.h:691
PVOID g_MessageHandler
The handler for ShowMessages function this is because the user might choose not to use printf and ins...
Definition globals.h:460