HyperDbg Debugger
Loading...
Searching...
No Matches
Smm.h
Go to the documentation of this file.
1
13#pragma once
14
16// Constants //
18
23#define SMI_TRIGGER_POWER_VALUE 0x80
24
26// Functions //
28
30SmmPerformSmiOperation(SMI_OPERATION_PACKETS * SmiOperationRequest, BOOLEAN ApplyFromVmxRootMode);
BOOLEAN SmmPerformSmiOperation(SMI_OPERATION_PACKETS *SmiOperationRequest, BOOLEAN ApplyFromVmxRootMode)
Perform actions related to System Management Interrupts (SMIs).
Definition Smm.c:83
UCHAR BOOLEAN
Definition BasicTypes.h:35
struct _SMI_OPERATION_PACKETS SMI_OPERATION_PACKETS
The structure of I/O APIC result packet in HyperDbg.