HyperDbg Debugger
Toggle main menu visibility
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
24
extern
HWDBG_INSTANCE_INFORMATION
g_HwdbgInstanceInfo
;
25
30
extern
BOOLEAN
g_HwdbgInstanceInfoIsValid
;
31
36
extern
PVOID
g_MessageHandler
;
BOOLEAN
UCHAR BOOLEAN
Definition
BasicTypes.h:35
PVOID
void * PVOID
Definition
BasicTypes.h:56
HWDBG_INSTANCE_INFORMATION
struct _HWDBG_INSTANCE_INFORMATION HWDBG_INSTANCE_INFORMATION
The structure of script capabilities information in hwdbg.
g_HwdbgInstanceInfoIsValid
BOOLEAN g_HwdbgInstanceInfoIsValid
Shows whether the instance info is valid (received) or not.
Definition
globals.h:697
g_HwdbgInstanceInfo
HWDBG_INSTANCE_INFORMATION g_HwdbgInstanceInfo
Instance information of the current hwdbg debuggee.
Definition
globals.h:691
g_MessageHandler
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
hyperdbg
script-engine
header
globals.h
Generated by
1.17.0