Boo....o
Sono riuscito ad aprirlo in codeblocks, ma quando compilo main.cpp ottengo questo errore in BitCheck.cpp
In function 'BOOL SafeIsWow64Process(HANDLE, PBOOL)':|
error: cannot convert 'const wchar_t*' to 'LPCSTR {aka const char*}' for argument '1' to 'HINSTANCE__* GetModuleHandleA(LPCSTR)'|
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 1 second(s)) ===|
in questa riga
HMODULE hModule = GetModuleHandle(L"kernel32.dll");
p.s. Vorrei postare BitCheck.cpp completo , ma non so come si mettere lo spoiler al testo.