readelf 0.0.2

A pure-rust implementation of the binutils utility readelf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "readelf"
version = "0.0.2"
authors = ["Christopher Cole <chris.cole.09@gmail.com>"]
license = "MIT"
homepage = "https://github.com/cole14/rust-readelf/"
repository = "https://github.com/cole14/rust-readelf/"
description = "A pure-rust implementation of the binutils utility readelf"
keywords = ["elf","readelf"]
readme = "README.md"

[[bin]]
name = "rust-readelf"

[dependencies]
argparse = "0.*"
elf = "0.*"