Bitdefender Hypervisor Memory Introspection
_WIN_MITIGATION_FLAGS2 Union Reference

Mitigation flags. More...

#include <wddefs.h>

Data Fields

struct {
   DWORD   EnableExportAddressFilter: 1
 
   DWORD   AuditExportAddressFilter: 1
 
   DWORD   EnableExportAddressFilterPlus: 1
 
   DWORD   AuditExportAddressFilterPlus: 1
 
   DWORD   EnableRopStackPivot: 1
 
   DWORD   AuditRopStackPivot: 1
 
   DWORD   EnableRopCallerCheck: 1
 
   DWORD   AuditRopCallerCheck: 1
 
   DWORD   EnableRopSimExec: 1
 
   DWORD   AuditRopSimExec: 1
 
   DWORD   EnableImportAddressFilter: 1
 
   DWORD   AuditImportAddressFilter: 1
 
Values
 
DWORD Flags
 

Detailed Description

Mitigation flags.

Available on Windows >= RS3 (16299). These are the possible values for the MitigationFlags2Values field from _EPROCESS

Definition at line 1759 of file wddefs.h.

Field Documentation

◆ AuditExportAddressFilter

DWORD _WIN_MITIGATION_FLAGS2::AuditExportAddressFilter

Definition at line 1764 of file wddefs.h.

◆ AuditExportAddressFilterPlus

DWORD _WIN_MITIGATION_FLAGS2::AuditExportAddressFilterPlus

Definition at line 1766 of file wddefs.h.

◆ AuditImportAddressFilter

DWORD _WIN_MITIGATION_FLAGS2::AuditImportAddressFilter

Definition at line 1774 of file wddefs.h.

◆ AuditRopCallerCheck

DWORD _WIN_MITIGATION_FLAGS2::AuditRopCallerCheck

Definition at line 1770 of file wddefs.h.

◆ AuditRopSimExec

DWORD _WIN_MITIGATION_FLAGS2::AuditRopSimExec

Definition at line 1772 of file wddefs.h.

◆ AuditRopStackPivot

DWORD _WIN_MITIGATION_FLAGS2::AuditRopStackPivot

Definition at line 1768 of file wddefs.h.

◆ EnableExportAddressFilter

DWORD _WIN_MITIGATION_FLAGS2::EnableExportAddressFilter

Definition at line 1763 of file wddefs.h.

◆ EnableExportAddressFilterPlus

DWORD _WIN_MITIGATION_FLAGS2::EnableExportAddressFilterPlus

Definition at line 1765 of file wddefs.h.

◆ EnableImportAddressFilter

DWORD _WIN_MITIGATION_FLAGS2::EnableImportAddressFilter

Definition at line 1773 of file wddefs.h.

◆ EnableRopCallerCheck

DWORD _WIN_MITIGATION_FLAGS2::EnableRopCallerCheck

Definition at line 1769 of file wddefs.h.

◆ EnableRopSimExec

DWORD _WIN_MITIGATION_FLAGS2::EnableRopSimExec

Definition at line 1771 of file wddefs.h.

◆ EnableRopStackPivot

DWORD _WIN_MITIGATION_FLAGS2::EnableRopStackPivot

Definition at line 1767 of file wddefs.h.

◆ Flags

DWORD _WIN_MITIGATION_FLAGS2::Flags

Definition at line 1777 of file wddefs.h.

Referenced by IntWinProcDumpEgFlags(), and IntWinProcIsExploitGuardEnabled().

◆ Values

struct { ... } _WIN_MITIGATION_FLAGS2::Values

The documentation for this union was generated from the following file: