readelf 0.0.1

A pure-rust implementation of the binutils utility readelf
readelf-0.0.1 is not a library.

Build Status

rust-readelf

Pure-Rust implementation of the binutils utility readelf

Options Usage:

Usage:
    ./target/debug/rust-readelf [OPTIONS]

Display information about the contents of ELF files

optional arguments:
  -h,--help             show this help message and exit
  -h,--file-header      Display the ELF file header
  -l,--program-headers  Display the program headers
  -S,--section-headers  Display the section headers
  -f,--file-name FILE_NAME
                        ELF file to inspect