HyperDbg Debugger
Loading...
Searching...
No Matches
globals.h File Reference

Go to the source code of this file.

Macros

#define GLOABLS_H
 
#define MAX_TEMP_COUNT   128
 

Variables

char TempMap [MAX_TEMP_COUNT]
 Temp variable map.
 
char StackTempMap [MAX_TEMP_COUNT]
 
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.
 

Detailed Description

Author
M.H. Gholamrezaei (mh@hy.nosp@m.perd.nosp@m.bg.or.nosp@m.g)

Global variables header

Version
0.1
Date
2020-10-22

Macro Definition Documentation

◆ GLOABLS_H

#define GLOABLS_H

◆ MAX_TEMP_COUNT

#define MAX_TEMP_COUNT   128

Variable Documentation

◆ g_HwdbgInstanceInfo

HWDBG_INSTANCE_INFORMATION g_HwdbgInstanceInfo

Instance information of the current hwdbg debuggee.

◆ g_HwdbgInstanceInfoIsValid

BOOLEAN g_HwdbgInstanceInfoIsValid

Shows whether the instance info is valid (received) or not.

◆ StackTempMap

char StackTempMap[MAX_TEMP_COUNT]
extern
19{0}

◆ TempMap

char TempMap[MAX_TEMP_COUNT]
extern

Temp variable map.

18{0};