March 23, 2026
9:20 a.m.
thanks for the effort one remark: the access to reloc and resource sections should be done with the NT image directory constants (IMAGE_DIRECTORY_ENTRY_BASERELOC, IMAGE_DIRECTORY_ENTRY_RESOURCES, ...) and not by the section names -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10295#note_133342