estrutura KERNEL_CET_CONTEXT (wdm.h)

Reservado somente para uso do sistema. Não use.

Syntax

typedef struct _KERNEL_CET_CONTEXT {
  ULONG64 Ssp;
  ULONG64 Rip;
  USHORT  SegCs;
  union {
    USHORT AllFlags;
    struct {
      USHORT UseWrss : 1;
      USHORT PopShadowStackOne : 1;
      USHORT Unused : 14;
    } DUMMYSTRUCTNAME;
  } DUMMYUNIONNAME;
  USHORT  Fill[2];
} KERNEL_CET_CONTEXT, *PKERNEL_CET_CONTEXT;

Membros

Ssp

Rip

SegCs

DUMMYUNIONNAME

DUMMYUNIONNAME.AllFlags

DUMMYUNIONNAME.DUMMYSTRUCTNAME

DUMMYUNIONNAME.DUMMYSTRUCTNAME.UseWrss

DUMMYUNIONNAME.DUMMYSTRUCTNAME.PopShadowStackOne

DUMMYUNIONNAME.DUMMYSTRUCTNAME.Unused

Fill[2]

Requisitos

Requisito Valor
Servidor mínimo com suporte Windows Server 2022
Cabeçalho wdm.h (include Wdm.h)