Re: Shell32: Check if is_wow64 before calling wow64 functions
Nov. 25, 2015
7:40 a.m.
Hi, Olivier.
+ pIsWow64Process = (void*)GetProcAddress(GetModuleHandleA("kernel32"), "IsWow64Process");
There's no reason to do that, just use it in a normal static way.
3775
Age (days ago)
3775
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov