Pure-Rust implementation of the utility readelf using the elf crate.
elf
```sh $ rust-readelf --help A pure-rust implementation of the utility readelf
Usage: rust-readelf [OPTIONS] --file-name
Options: -f, --file-name --file-header --program-headers --section-headers --symbols --dynamic-symbols --dynamic --relocations --notes -h, --help Print help information -V, --version Print version information ```