Skip to content

Instantly share code, notes, and snippets.

@wbenny
Created November 4, 2018 02:43
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/7b3db2cd56f13c65f6b6fc21681055fe to your computer and use it in GitHub Desktop.
Save wbenny/7b3db2cd56f13c65f6b6fc21681055fe to your computer and use it in GitHub Desktop.
typedef struct _WOW64_SYSTEM_SERVICE
{
USHORT SystemCallNumber : 12;
USHORT ServiceTableIndex : 4;
} WOW64_SYSTEM_SERVICE, *PWOW64_SYSTEM_SERVICE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment