File tree 1 file changed +0
-8
lines changed
1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,6 @@ A set of tools for working with software modifications.
18
18
* GetTEB - Gets * Thread Environment Block* (TEB) of the current thread or thread from a handle.
19
19
20
20
# 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.
29
21
* FindModuleListEntry - Finds a module list entry.
30
22
* FindModuleDataTableEntry - Finds a module data table entry.
31
23
* LINK_DATA - A structure containing pointers to various linked lists related to module loading.
You can’t perform that action at this time.
0 commit comments