KERNEL_CET_CONTEXT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdm.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdm-kernel_cet_context)

Description

Reserved for system use only. Do not use.

Members

Ssp

Rip

SegCs

DUMMYUNIONNAME

DUMMYUNIONNAME.AllFlags

DUMMYUNIONNAME.DUMMYSTRUCTNAME

DUMMYUNIONNAME.DUMMYSTRUCTNAME.UseWrss

DUMMYUNIONNAME.DUMMYSTRUCTNAME.PopShadowStackOne

DUMMYUNIONNAME.DUMMYSTRUCTNAME.Unused

Fill

Remarks

See also