binary-manager

Crates.iobinary-manager
lib.rsbinary-manager
version0.1.0
created_at2025-10-15 21:38:16.655148+00
updated_at2025-10-15 21:38:16.655148+00
descriptionA binary parser
homepage
repository
max_upload_size
id1884991
size62,745
(matheus-git)

documentation

README

Binary Manager

rust

A binary parser that currently supports only ELF64 files. It displays the binary's headers in a structured table format. Once the binary is parsed, additional features can be added over time, such as code injection and other analysis tools.

The -h flag is available for any usability questions.

Example

section_headers_screenshot

Install

Build

cargo build --release
./target/release/binary-manager -h

Cargo

cargo install --locked binary-manager

Updates and Contributing

This is a work-in-progress project, new features will be added over time. If you want to contribute, you can add support for other formats, such as PE or ELF32, or create an issue suggesting a feature you'd like to implement.

📝 License

This project is open-source under the MIT License.

Commit count: 0

cargo fmt