CFG_CALL_TARGET_INFO structure
Représente des informations sur les cibles d’appel pour Control Flow Guard (CFG).
Syntaxe
typedef struct _CFG_CALL_TARGET_INFO {
ULONG_PTR Offset;
ULONG_PTR Flags;
} CFG_CALL_TARGET_INFO, *PCFG_CALL_TARGET_INFO;
Membres
-
Offset
-
Décalage par rapport à une adresse virtuelle (de début) fournie. Ce décalage doit être aligné sur 16 octets.
-
Indicateurs
-
Indicateurs décrivant l’opération à effectuer sur l’adresse. Si CFG_CALL_TARGET_VALID est défini, l’adresse est marquée comme valide pour CFG. Sinon, elle sera marquée comme une cible d’appel non valide.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge |
Windows 10 [applications de bureau uniquement] |
Serveur minimal pris en charge |
Windows Server 2016 [applications de bureau uniquement] |
En-tête |
|