Created
November 4, 2018 15:14
-
-
Save wbenny/173891ac91cd888017faadce4460ae82 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
#define WOW64_TURBO_THUNK_DISABLE 0 | |
#define WOW64_TURBO_THUNK_ENABLE 1 // STATUS_NOT_SUPPORTED :( | |
ThunkInput = WOW64_TURBO_THUNK_DISABLE; | |
Status = NtWow64CallFunction64(Wow64FunctionTurboThunkControl, | |
0, | |
sizeof(ThunkInput), | |
&ThunkInput, | |
0, | |
NULL, | |
NULL); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment