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

Headers for global variables. More...

Go to the source code of this file.

Variables

BOOLEAN g_HandleInUse
 Determines whether the one application gets the handle or not this is used to ensure that only one application can get the handle.
 
BOOLEAN g_AllowIOCTLFromUsermode
 Determines whether the clients are allowed to send IOCTL to the drive or not.
 

Detailed Description

Headers for global variables.

Author
Sina Karvandi (sina@.nosp@m.hype.nosp@m.rdbg..nosp@m.org)
Version
0.2
Date
2023-01-29

Variable Documentation

◆ g_AllowIOCTLFromUsermode

BOOLEAN g_AllowIOCTLFromUsermode

Determines whether the clients are allowed to send IOCTL to the drive or not.

◆ g_HandleInUse

BOOLEAN g_HandleInUse

Determines whether the one application gets the handle or not this is used to ensure that only one application can get the handle.