Skip to content

Commit

Permalink
Add export features in linking/static/minhook/linked-against-minhook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jtothej committed Sep 5, 2024
1 parent 8875635 commit d2d7791
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions linking/static/minhook/linked-against-minhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d2d7791

Please sign in to comment.