Dllmain XTrap Error

Posts 13 of 3 · Page 1 of 1
Dllmain XTrap Error
Someone could help me with this code:

Code:
#include <windows.h>

BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
{
       if (dwReason == DLL_PROCESS_ATTACH)
       {
              DisableThreadLibraryCalls(hDll);
              MessageBoxA(NULL,"Test","Test",NULL);
       }
       return TRUE;
}
For some reason the Xtrap DllMain is detecting when your return is true, Please Help, Private Message...
Use HxD and change by the "This Programm can not ...... in Dos Mode" the last "..." like "Thid Programe cad noe ... iö Doa Modr"
Man thats not work, its only after crossfire open in your account
Posts 13 of 3 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?