GetModuleHandleA is beeing closed but what about LoadLibrary... ?
Hi,
GetModuleHandleA function is being closed by xtrap bcs it is from outside thread... But how about LoadLibrary function ? I know they are different but the hacks can work with both functions...
I use LoadLibA and work perfectly with me
DWORD CShell = (DWORD)LoadLibraryA("CShell.dll");
but i'm did not test it after the patch