Create TEB_ACTIVE_FRAME.h

This commit is contained in:
vxunderground 2022-07-15 09:14:29 -05:00 committed by GitHub
parent 1a2d9f8275
commit 738526c99e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,5 @@
typedef struct _TEB_ACTIVE_FRAME {
ULONG Flags;
struct _TEB_ACTIVE_FRAME* Previous;
PTEB_ACTIVE_FRAME_CONTEXT Context;
} TEB_ACTIVE_FRAME, * PTEB_ACTIVE_FRAME;