Skip to content

Commit 32e997c

Browse files
authored
Update README.md
1 parent 118a73d commit 32e997c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Diff for: README.md

-8
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ A set of tools for working with software modifications.
1818
* GetTEB - Gets *Thread Environment Block* (TEB) of the current thread or thread from a handle.
1919

2020
# Detours::LDR
21-
* InitializeListHead - Initializes a doubly linked list head.
22-
* InsertHeadList - Inserts a new entry at the beginning of the list.
23-
* InsertTailList - Inserts a new entry at the end of the list.
24-
* RemoveEntryList - Removes a specified entry from the list.
25-
* RemoveHeadList - Removes the entry at the beginning of the list.
26-
* RemoveTailList - Removes the entry at the end of the list.
27-
* GetListHeadFromEntry - Retrieves the list head from a given entry.
28-
* GetHeadsOfLists - Retrieves the heads of three different lists (Load Order, Memory Order, and Initialization Order) used for module management.
2921
* FindModuleListEntry - Finds a module list entry.
3022
* FindModuleDataTableEntry - Finds a module data table entry.
3123
* LINK_DATA - A structure containing pointers to various linked lists related to module loading.

0 commit comments

Comments
 (0)