> module: client.dll
> sig: 55 8B EC A1 ? ? ? ? 83 EC 08 56 8B F1 57 A8 01
> function prototype:
> void __fastcall hkAlert ( void* a1, void* a2, const char* szText, int a4 );
Example hook:
void __fastcall hkAlert ( void* a1, void* a2, const char* szText, int a4 ) {
if ( strcmp ( szText...