An open API service indexing awesome lists of open source software.

https://github.com/dutchcoders/elftools-rust

Elftools for Rust
https://github.com/dutchcoders/elftools-rust

Last synced: over 1 year ago
JSON representation

Elftools for Rust

Awesome Lists containing this project

README

          

# elftools-rust
Elftools library for rust.

The library is very much in development, but contains currently the complete elf.h.

## Sample
```rust
extern crate elftools;
use elftools::*;

fn main() {
}
```

## Testing
```
cargo test
```

## Contributors
- Remco Verhoef (@remco_verhoef)