| 352 | } |
| 353 | |
| 354 | void Exploit() { |
| 355 | Org_sub_14032B99C = (def_sub14032B99)static_cast<void*>(sig(GetModuleHandleA("QQNT.dll"), Sig_text)); |
| 356 | if (Org_sub_14032B99C == nullptr) { |
| 357 | MessageBoxA(nullptr, "Sig not found!", "ERROR", MB_OK|MB_ICONERROR); |
| 358 | exit(1); |
| 359 | } |
| 360 | InitHookFramework(); |
| 361 | } |
| 362 | |
| 363 | BOOL APIENTRY DllMain( HMODULE hModule, |
| 364 | DWORD ul_reason_for_call, |
no test coverage detected