PROCESS_MITIGATION_ASLR_POLICY structure (winnt.h)
Contient les paramètres de stratégie d’atténuation des processus pour ASLR (Address Space Randomization Layout). Les fonctions GetProcessMitigationPolicy et SetProcessMitigationPolicy utilisent cette structure.
Syntaxe
typedef struct _PROCESS_MITIGATION_ASLR_POLICY {
union {
DWORD Flags;
struct {
DWORD EnableBottomUpRandomization : 1;
DWORD EnableForceRelocateImages : 1;
DWORD EnableHighEntropy : 1;
DWORD DisallowStrippedImages : 1;
DWORD ReservedFlags : 28;
} DUMMYSTRUCTNAME;
} DUMMYUNIONNAME;
} PROCESS_MITIGATION_ASLR_POLICY, *PPROCESS_MITIGATION_ASLR_POLICY;
Membres
DUMMYUNIONNAME
DUMMYUNIONNAME.Flags
Ce membre est réservé à l’utilisation du système.
DUMMYUNIONNAME.DUMMYSTRUCTNAME
DUMMYUNIONNAME.DUMMYSTRUCTNAME.EnableBottomUpRandomization
DUMMYUNIONNAME.DUMMYSTRUCTNAME.EnableForceRelocateImages
DUMMYUNIONNAME.DUMMYSTRUCTNAME.EnableHighEntropy
DUMMYUNIONNAME.DUMMYSTRUCTNAME.DisallowStrippedImages
DUMMYUNIONNAME.DUMMYSTRUCTNAME.ReservedFlags
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 [applications de bureau uniquement] |
En-tête | winnt.h (inclure Windows.h) |