Skip to content

Commit e8b6a88

Browse files
authored
Update README.md
1 parent fecef57 commit e8b6a88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ A set of tools for working with software modifications.
9898
* UnHookInterrupt - Unhooks the specified interrupt.
9999
* VTableFunctionHook - Class for hooking virtual table (VTable) functions.
100100
* 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

Comments
 (0)