From d2d77916d71f11d59d51d4d761b9f8849cafec0b Mon Sep 17 00:00:00 2001 From: jtothej Date: Thu, 5 Sep 2024 18:06:16 +0200 Subject: [PATCH] Add export features in linking/static/minhook/linked-against-minhook.yml --- linking/static/minhook/linked-against-minhook.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/linking/static/minhook/linked-against-minhook.yml b/linking/static/minhook/linked-against-minhook.yml index fa6494e6..4f3733fe 100644 --- a/linking/static/minhook/linked-against-minhook.yml +++ b/linking/static/minhook/linked-against-minhook.yml @@ -39,3 +39,14 @@ rule: - string: "MH_QueueEnableHook" - string: "MH_QueueDisableHook" - string: "MH_ApplyQueued" + - export: "MH_Initialize" + - export: "MH_Uninitialize" + - export: "MH_CreateHook" + - export: "MH_CreateHookApi" + - export: "MH_CreateHookApiEx" + - export: "MH_RemoveHook" + - export: "MH_EnableHook" + - export: "MH_DisableHook" + - export: "MH_QueueEnableHook" + - export: "MH_QueueDisableHook" + - export: "MH_ApplyQueued"