elf-edit icon indicating copy to clipboard operation
elf-edit copied to clipboard

Simple hex editor with highlighting for ELF binaries

Results 4 elf-edit issues
Sort by recently updated
recently updated
newest added

The code is very wet (not DRY) currently and there is some major low hanging fruit to making it easier to work on and understand. One such area would be...

Currently the offsets and sizes of fields are hardcoded for 64 bit. Supporting 32 bit should be as simple as adding an extra if and adjusting some values.

Levels: - delete and insert byte work at all - updates offsets for headers correctly - update sizes correctly - possibly update number of headers as well if size <...

Running the current version with cargo run command on an ELF 32-bit LSB executable (ARM, EABI5 version 1 (SYSV), dynamically linked) binary works partially, but throws as well the following...