Skip to content

Instantly share code, notes, and snippets.

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/173891ac91cd888017faadce4460ae82 to your computer and use it in GitHub Desktop.
Save wbenny/173891ac91cd888017faadce4460ae82 to your computer and use it in GitHub Desktop.
#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