Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 579 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 579 Bytes

Elf Edit

A simple hex editing tool with highlighting and human readable form on the sidebar for ELF (Executable and linking format) files.

Screenshot showing a tiny binary

If you trust me you can get a Linux binary from the releases.

Installation

Before attempting to install this, you'll need to have cargo and rust installed, but with that done, it should be a simple install.

git clone https://github.com/TheThirdOne/elf-edit/
cd elf-edit
cargo install
cargo run fileToInspect