ELF Editor
Load an ELF file (.elf, .so, .o, .ko, .out) to explore its structure.
Features:
- Parses ELF Header (ELF32 and ELF64)
- Shows Program Headers (segments: LOAD, DYNAMIC, INTERP, NOTE, etc.)
- Shows Section Headers with flags decoded
- Parses Symbol Tables (.symtab, .dynsym) with binding/type/visibility
- Parses Dynamic Section (.dynamic) with tag decoding
- Parses Relocation Tables (.rel, .rela) with type decoding
- Parses Note Sections (.note.*) including GNU Build ID and ABI
- Decodes String Tables (.strtab, .dynstr, .shstrtab)
- Editable ELF header fields with Save ELF download
- Hex view with click-to-highlight field bytes
- Tree navigation on the left, detail table on the right