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

@@ -1,6 +1,8 @@
#pragma once
#include <windows.h>
#include "MinHook.h"
struct paho_mqtt3as_dll {
HMODULE dll;
FARPROC OrignalMQTTAsync_connect;
@@ -57,3 +59,5 @@ struct paho_mqtt3as_dll {
extern paho_mqtt3as_dll paho_mqtt3as;
extern "C" FARPROC PA;
void InstallHooks();