Created
November 4, 2018 02:45
-
-
Save wbenny/b14d8a9a4a3281cb1aab283e56ae41e3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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