rizin/librz/bin/format/pe
billow 7a77b8f7bd
linter: update clang-format installation to version 20 (#5451)
* fix: format with clang-format-20
* fix: fix clang-format linter with rewrite '^#define.*/\*.*\\$'
* fix: update clang-format to version 20 in workflows and documentation
* fix: add SPDX license information to .git-blame-ignore-revs
2025-10-12 08:02:03 +08:00
..
dotnet.c Add missing newlines to some RZ_LOG_* calls (#4439) 2024-04-18 00:04:38 +08:00
dotnet.h Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
pe.c linter: update clang-format installation to version 20 (#5451) 2025-10-12 08:02:03 +08:00
pe.h linter: update clang-format installation to version 20 (#5451) 2025-10-12 08:02:03 +08:00
pe64.c
pe64.h
pe64_clr.c Split RzBin PE parser into smaller pieces 2022-06-27 22:17:39 +08:00
pe64_debug.c Split RzBin PE parser into smaller pieces 2022-06-27 22:17:39 +08:00
pe64_exports.c Split RzBin PE parser into smaller pieces 2022-06-27 22:17:39 +08:00
pe64_hdr.c Split RzBin PE parser into smaller pieces 2022-06-27 22:17:39 +08:00
pe64_imports.c Split RzBin PE parser into smaller pieces 2022-06-27 22:17:39 +08:00
pe64_info.c Split RzBin PE parser into smaller pieces 2022-06-27 22:17:39 +08:00
pe64_overlay.c Split RzBin PE parser into smaller pieces 2022-06-27 22:17:39 +08:00
pe64_relocs.c Implement PE base relocations 2024-11-21 08:53:52 +08:00
pe64_rsrc.c Split RzBin PE parser into smaller pieces 2022-06-27 22:17:39 +08:00
pe64_section.c Split RzBin PE parser into smaller pieces 2022-06-27 22:17:39 +08:00
pe64_security.c Split RzBin PE parser into smaller pieces 2022-06-27 22:17:39 +08:00
pe64_tls.c Split RzBin PE parser into smaller pieces 2022-06-27 22:17:39 +08:00
pe_clr.c Force usage of RzList methods instead of direct access of the fields (#4036) 2023-12-18 21:05:57 +08:00
pe_debug.c Refactor pe_debug.c to fix endianness (#3121) 2022-10-23 21:04:19 +02:00
pe_exports.c Implement PE base relocations 2024-11-21 08:53:52 +08:00
pe_hdr.c sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
pe_imports.c Remove Global/Static variables in path.c to make it thread safe (#5148) 2025-06-13 21:34:33 +08:00
pe_info.c librz/arch: fix various MIPS CPU info and ensure compatibility where possible. (#4888) 2025-02-10 00:46:27 +08:00
pe_overlay.c sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
pe_relocs.c Fix memory leaks in PE format (#4727) 2024-11-22 10:25:02 +08:00
pe_rsrc.c linter: update clang-format installation to version 20 (#5451) 2025-10-12 08:02:03 +08:00
pe_section.c Remove dead code (#4705) 2024-11-08 18:46:13 +08:00
pe_security.c Replace strdup with rz_str_dup (#4634) 2024-09-15 19:12:07 +08:00
pe_specs.h Implement PE base relocations 2024-11-21 08:53:52 +08:00
pe_tls.c sdb: remove unused cas and expire features (#4487) 2024-05-12 18:27:54 +08:00
pemixed.c linter: update clang-format installation to version 20 (#5451) 2025-10-12 08:02:03 +08:00
pemixed.h Split RzBin PE parser into smaller pieces 2022-06-27 22:17:39 +08:00