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"