-
9fc2b5c4
by Michael Müller at 2024-11-11T20:38:22+01:00
ntdll: Implement HashLinks field in LDR module data.
Changed by Paul Gofman in Wine-Staging patch:
- remove older hash version support and use RtlHashUnicodeString();
- split off the test in a separate patch;
- remove unrelated InInitializationOrderLinks nullification;
- remove a comment.
-
ebc82f3e
by Paul Gofman at 2024-11-11T20:38:22+01:00
kernel32/tests: Factor out is_old_loader_struct().
-
2454b89c
by Paul Gofman at 2024-11-11T20:38:22+01:00
kernel32/tests: Add tests for module hash links.
Based on a patch by Michael Müller <michael@fds-team.de>.
-
6303163a
by Michael Müller at 2024-11-11T20:38:22+01:00
ntdll: Use HashLinks when searching for a dll using the basename.