-
9a9bc22e
by Paul Gofman at 2024-09-23T11:22:45+02:00
ntdll: Implement RtlRbInsertNodeEx().
Based on Wine RB tree implementation in include/wine/rbtree.h.
-
067b6a8c
by Paul Gofman at 2024-09-23T11:22:50+02:00
ntdll: Implement RtlRbRemoveNode().
Based on Wine RB tree implementation in include/wine/rbtree.h.
-
67720910
by Paul Gofman at 2024-09-23T11:22:54+02:00
ntdll/tests: Add tests for RTL RB tree.
-
4f3c7ef9
by Paul Gofman at 2024-09-23T11:22:54+02:00
ntdll: Fill LDR_DATA_TABLE_ENTRY.BaseAddressIndexNode.
-
f7867d55
by Paul Gofman at 2024-09-23T11:22:54+02:00
ntdll: Use base address tree in get_modref().
-
30cf3c47
by Paul Gofman at 2024-09-23T11:22:54+02:00
ntdll: Use base address tree in LdrFindEntryForAddress().