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

Go to the source code of this file.

Macros

#define GLOBALS_H
#define MAX_TEMP_COUNT   128

Variables

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.
PVOID g_MessageHandler
 Message handler function.

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

◆ GLOBALS_H

#define GLOBALS_H

◆ MAX_TEMP_COUNT

#define MAX_TEMP_COUNT   128

Variable Documentation

◆ g_HwdbgInstanceInfo

HWDBG_INSTANCE_INFORMATION g_HwdbgInstanceInfo
extern

Instance information of the current hwdbg debuggee.

◆ g_HwdbgInstanceInfoIsValid

BOOLEAN g_HwdbgInstanceInfoIsValid
extern

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

◆ g_MessageHandler

PVOID g_MessageHandler
extern

Message handler function.

The handler for ShowMessages function this is because the user might choose not to use printf and instead use his/her handler for showing messages.