Add Qt network stack hooking

This commit is contained in:
√(noham)²
2026-05-07 16:41:31 +02:00
parent 2861c25806
commit 52fcb1fcfa
3 changed files with 239 additions and 3 deletions

View File

@@ -67,8 +67,6 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv
{
DisableThreadLibraryCalls(hModule);
MH_Initialize();
paho_mqtt3as.dll = LoadLibrary("paho-mqtt3as_orig.dll");
if (paho_mqtt3as.dll == NULL)
{