#elf #utility #binutils #file-header #dynamic #symbols #rust-readelf

app readelf

binutils工具readelf的纯Rust实现

7个版本

使用旧的Rust 2015

0.0.7 2023年1月8日
0.0.6 2022年11月2日
0.0.5 2022年10月21日
0.0.2 2016年9月27日
0.0.1 2016年4月21日

#1 in #binutils

每月32次下载

MIT许可证

18KB
387 代码行(不含注释)

rust-readelf

使用elfcrate实现的readelf实用工具的纯Rust实现。

选项用法

$ 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

依赖关系

~3.5MB
~66K SLoC