Lu-Yi-Hsun / elf-edit

Simple hex editor with highlighting for ELF binaries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple hex editor with highlighting for ELF binaries

License:MIT License


Languages

Language:Rust 100.0%