Skip to content

Commit 15be6fa

Browse files
authored
Update README.md
1 parent 58cb58c commit 15be6fa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ A set of tools for working with software modifications in two files (Detours.h,
3939
* FindSignature - Searches for a signature pattern.
4040
* FindData - Searches for a specified data pattern.
4141

42-
# Detours::RTTI
42+
# Detours::RTTI [Beta]
4343
* Object - Represents an object in memory with rich type information, including its base classes, type descriptor, class hierarchy descriptor, complete object locator, and virtual function table (VTable). The class supports dynamic casting for polymorphic objects.
4444
* FindObject - Locates an object in memory based on specified parameters, including module information, object name, and whether to search for the complete object.
4545

@@ -91,10 +91,8 @@ A set of tools for working with software modifications in two files (Detours.h,
9191
* RdGetOperandRlut - Retrieves the operand register lookup table for the decoded instruction.
9292

9393
# Detours::Hook
94-
* HookMemory - Hooks a memory address with the specified callback and auto-disable option.
94+
* HookMemory - Hooks a memory address with the specified callback.
9595
* UnHookMemory - Unhooks a memory address with the specified callback.
96-
* EnableHookMemory - Enables a previously disabled memory hook.
97-
* DisableHookMemory - Disables a memory hook.
9896
* HookInterrupt - Hooks the specified interrupt with the given callback.
9997
* UnHookInterrupt - Unhooks the specified interrupt.
10098
* VTableFunctionHook - Class for hooking virtual table (VTable) functions.

0 commit comments

Comments
 (0)