mirror of
https://github.com/NohamR/RMHook-Win.git
synced 2026-05-25 19:59:46 +00:00
Add Qt network stack hooking
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user