Crates.io | elfio |
lib.rs | elfio |
version | 0.3.3 |
source | src |
created_at | 2021-07-05 07:16:11.201869 |
updated_at | 2021-07-30 07:19:33.527617 |
description | ELFIO is a Rust library intended for reading and generating files in the ELF binary format |
homepage | https://github.com/serge1/elfio-rs |
repository | https://github.com/serge1/elfio-rs |
max_upload_size | |
id | 418907 |
size | 249,596 |
ELFIO is a Rust library intended for reading and generating files in the ELF binary format. The library supports processing of ELF files for 32- and 64-bit architectures regardless of their endianess
ELFIO is a Rust language port of the corresponding C++ library also called ELFIO
Work in progress. Only ELF file reader is implemented so far. Your contribution is welcomed!
Use cargo to produce the library documentation:
cargo doc
Tutorial is available as an example source code. To compile the tutorial use the following cargo command:
cargo test --example tutorial
MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)