Skip to content

Instantly share code, notes, and snippets.

@wbenny
Created November 4, 2018 02:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbenny/0be281c8b00f01922de9c46b307f059a to your computer and use it in GitHub Desktop.
Save wbenny/0be281c8b00f01922de9c46b307f059a to your computer and use it in GitHub Desktop.
typedef struct _WOW64_SYSTEM_SERVICE
{
ULONG SystemCallNumber : 12;
ULONG ServiceTableIndex : 4;
ULONG TurboThunkNumber : 5; // Can hold values 0 - 31
ULONG AlwaysZero : 11;
} WOW64_SYSTEM_SERVICE, *PWOW64_SYSTEM_SERVICE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment