Skip to content

Instantly share code, notes, and snippets.

@wbenny
Created November 4, 2018 02:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wbenny/b14d8a9a4a3281cb1aab283e56ae41e3 to your computer and use it in GitHub Desktop.
Save wbenny/b14d8a9a4a3281cb1aab283e56ae41e3 to your computer and use it in GitHub Desktop.
typedef struct _WOW64_ERROR_CASE {
ULONG Case;
NTSTATUS TransformedStatus;
} WOW64_ERROR_CASE, *PWOW64_ERROR_CASE;
typedef struct _WOW64_SERVICE_TABLE_DESCRIPTOR {
KSERVICE_TABLE_DESCRIPTOR Descriptor;
WOW64_ERROR_CASE ErrorCaseDefault;
PWOW64_ERROR_CASE ErrorCase;
} WOW64_SERVICE_TABLE_DESCRIPTOR, *PWOW64_SERVICE_TABLE_DESCRIPTOR;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment