mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-31 11:20:03 +00:00
fix ELF compressed header and skip duplicate sections
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user