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 GLOABLS_H
16
# define MAX_TEMP_COUNT 128
17
18
extern
char
TempMap
[
MAX_TEMP_COUNT
];
19
extern
char
StackTempMap
[
MAX_TEMP_COUNT
];
20
#endif
// !GLOBALS_H
21
26
HWDBG_INSTANCE_INFORMATION
g_HwdbgInstanceInfo
;
27
32
BOOLEAN
g_HwdbgInstanceInfoIsValid
;
BOOLEAN
UCHAR BOOLEAN
Definition
BasicTypes.h:39
g_HwdbgInstanceInfo
HWDBG_INSTANCE_INFORMATION g_HwdbgInstanceInfo
Instance information of the current hwdbg debuggee.
Definition
globals.h:681
g_HwdbgInstanceInfoIsValid
BOOLEAN g_HwdbgInstanceInfoIsValid
Shows whether the instance info is valid (received) or not.
Definition
globals.h:687
MAX_TEMP_COUNT
#define MAX_TEMP_COUNT
Definition
globals.h:16
StackTempMap
char StackTempMap[MAX_TEMP_COUNT]
Definition
globals.c:19
TempMap
char TempMap[MAX_TEMP_COUNT]
Temp variable map.
Definition
globals.c:18
_HWDBG_INSTANCE_INFORMATION
The structure of script capabilities information in hwdbg.
Definition
HardwareDebugger.h:91
hyperdbg
script-engine
header
globals.h
Generated by
1.11.0