fix ELF compressed header and skip duplicate sections

This commit is contained in:
Nikita Smith
2025-08-12 14:10:13 -07:00
parent b50f309422
commit 086d774b8b
2 changed files with 47 additions and 49 deletions
+2 -1
View File
@@ -971,7 +971,8 @@ typedef struct ELF_Chdr32
typedef struct ELF_Chdr64
{
U64 ch_type;
U32 ch_type;
U32 ch_reserved;
U64 ch_size;
U64 ch_addr_align;
} ELF_Chdr64;