You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,6 @@ A set of tools for working with software modifications.
98
98
* UnHookInterrupt - Unhooks the specified interrupt.
99
99
* VTableFunctionHook - Class for hooking virtual table (VTable) functions.
100
100
* VTableHook - Class for hooking virtual tables (VTables).
101
-
* InlineHook - Class for hooking functions using inline hooking technique.
102
-
* InlineWrapperHook - Class for hooking functions using inline hooking with a wrapper function.
103
-
* RawHook - Class for raw hooking functions with full control over registers and the stack.
101
+
* InlineHook - Class for hooking functions using inline hooking technique. (Has support for checking Return Address to avoid crashes after unhook)
102
+
* InlineWrapperHook - Class for hooking functions using inline hooking with a wrapper function. (Has support for checking Return Address to avoid crashes after unhook)
103
+
* RawHook - Class for raw hooking functions with full control over registers and the stack. (Has support for checking Return Address to avoid crashes after unhook)
0 commit comments