Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RenardDev authored Feb 3, 2024
1 parent b44b120 commit 3657e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A set of tools for working with software modifications.
# Detours
* KUserSharedData - A data area structure that the kernel allocates for sharing with user-mode software.
* GetPEB - Gets *Process Environment Block* (PEB) of the currently running process.
* GetTEB - Gets *Thread Environment Block* (TEB) of the current thread of the currently running process.
* GetTEB - Gets *Thread Environment Block* (TEB) of the current thread or thread from a handle.

# Detours::LDR
* InitializeListHead - Initializes a doubly linked list head.
Expand Down

0 comments on commit 3657e9d

Please sign in to comment.