readelf

Crates.ioreadelf
lib.rsreadelf
version0.0.7
sourcesrc
created_at2016-04-21 04:57:40.577868
updated_at2023-01-08 22:43:44.033574
descriptionA pure-rust implementation of the binutils utility readelf
homepage
repositoryhttps://github.com/cole14/rust-readelf/
max_upload_size
id4806
size32,776
Christopher Cole (cole14)

documentation

README

rust-readelf

Pure-Rust implementation of the utility readelf using the elf crate.

Options Usage:

$ rust-readelf --help
A pure-rust implementation of the utility readelf

Usage: rust-readelf [OPTIONS] --file-name <FILE_NAME>

Options:
  -f, --file-name <FILE_NAME>
      --file-header
      --program-headers
      --section-headers
      --symbols
      --dynamic-symbols
      --dynamic
      --relocations
      --notes
  -h, --help                   Print help information
  -V, --version                Print version information
Commit count: 48

cargo fmt