diff --git a/README.md b/README.md index e3e2662..3ed158e 100644 --- a/README.md +++ b/README.md @@ -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.