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