Crates.io | readelf |
lib.rs | readelf |
version | 0.0.7 |
source | src |
created_at | 2016-04-21 04:57:40.577868 |
updated_at | 2023-01-08 22:43:44.033574 |
description | A pure-rust implementation of the binutils utility readelf |
homepage | |
repository | https://github.com/cole14/rust-readelf/ |
max_upload_size | |
id | 4806 |
size | 32,776 |
Pure-Rust implementation of the utility readelf using the elf
crate.
$ 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