MCPcopy Create free account
hub / github.com/LiteLoaderQQNT/QQNTFileVerifyPatch / Exploit

Function Exploit

HijackMethod_arm64/dllmain.cpp:354–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

352}
353
354void 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
363BOOL APIENTRY DllMain( HMODULE hModule,
364 DWORD ul_reason_for_call,

Callers 1

DllMainFunction · 0.70

Calls 2

InitHookFrameworkFunction · 0.85
sigFunction · 0.70

Tested by

no test coverage detected