elfio

Crates.ioelfio
lib.rselfio
version0.3.3
sourcesrc
created_at2021-07-05 07:16:11.201869
updated_at2021-07-30 07:19:33.527617
descriptionELFIO is a Rust library intended for reading and generating files in the ELF binary format
homepagehttps://github.com/serge1/elfio-rs
repositoryhttps://github.com/serge1/elfio-rs
max_upload_size
id418907
size249,596
Serge Lamikhov-Center (serge1)

documentation

README

ELFIO

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

Status

Work in progress. Only ELF file reader is implemented so far. Your contribution is welcomed!

Documentation and Tutorial

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

Licensed under either of these

Commit count: 79

cargo fmt