summaryrefslogtreecommitdiffstats
path: root/src/shared/pe-binary.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* pe-binary: add pe_is_native() for checking if PE is nativeLennart Poettering2024-09-121-0/+11
* pe-binary: split pe_header_find_section() in twoLennart Poettering2024-09-121-5/+14
* pe-binary: split pe_read_section_data() into twoLennart Poettering2024-09-121-21/+31
* pe-binary: add helper pe_is_addon() for detecting whether we are looking at P...Lennart Poettering2024-09-121-0/+14
* pe-binary: .initrd section is optional for UKIYu Watanabe2024-05-161-2/+3
* pe-binary: actually check if PE binary is UEFI binary when determining if UKILennart Poettering2023-09-291-0/+3
* shared: add common implementation of PE parserLennart Poettering2023-08-291-0/+238