7 releases
Uses old Rust 2015
0.0.7 | Jan 8, 2023 |
---|---|
0.0.6 | Nov 2, 2022 |
0.0.5 | Oct 21, 2022 |
0.0.2 | Sep 27, 2016 |
0.0.1 | Apr 21, 2016 |
#2264 in Parser implementations
32 downloads per month
18KB
387 lines
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
Dependencies
~4MB
~68K SLoC