From 3657e9d8436299849102bbb3a4a3405a5f5d921b Mon Sep 17 00:00:00 2001 From: Ren Date: Sat, 3 Feb 2024 15:39:04 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.