| Crates.io | elfa |
| lib.rs | elfa |
| version | 0.1.2 |
| created_at | 2025-03-28 23:41:13.129427+00 |
| updated_at | 2025-03-30 11:49:22.190091+00 |
| description | CLI tool that displays information about ELF files |
| homepage | https://github.com/bfjesso/elfa |
| repository | https://github.com/bfjesso/elfa |
| max_upload_size | |
| id | 1610675 |
| size | 101,144 |
This is a CLI tool that prints information about ELF files. For certain fields, it will display the raw value and what it actually means. It can display the ELF header, section headers, program headers, and symbols.
You can either use cargo install to build and install the binary from crates.io, or clone the repo and build it from there.
cargo install elfa
or
git clone https://github.com/bfjesso/elfa.git
cd elfa
cargo build -r # build binary in release mode
cd target/release
elfa [OPTIONS] [FILE PATH]
You can use the -h or --help flag to get a list of options. For certain options, you can pass an index or name before the file path. If you do not provide any arguments other than a file path, the ELF header will be printed by default.
