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
- Host: GitHub
- URL: https://github.com/dutchcoders/elftools-rust
- Owner: dutchcoders
- License: gpl-2.0
- Created: 2016-08-12T09:44:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-12T09:46:09.000Z (almost 10 years ago)
- Last Synced: 2025-03-25T12:12:53.423Z (over 1 year ago)
- Language: Rust
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
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)