#elf-file #binary-parser #elf #parser #binary

bin+lib xmas-elf

Library for parsing and navigating ELF data; zero-allocation, type-safe

12 releases (breaking)

Uses old Rust 2015

0.9.1 Nov 7, 2023
0.9.0 Dec 5, 2022
0.8.0 Jun 17, 2021
0.7.0 Jun 1, 2019
0.3.0 Jun 8, 2016

#60 in Unix APIs

Download history 10479/week @ 2024-08-12 10739/week @ 2024-08-19 11015/week @ 2024-08-26 10948/week @ 2024-09-02 12437/week @ 2024-09-09 13946/week @ 2024-09-16 15942/week @ 2024-09-23 13988/week @ 2024-09-30 13226/week @ 2024-10-07 16175/week @ 2024-10-14 17614/week @ 2024-10-21 17139/week @ 2024-10-28 15109/week @ 2024-11-04 13249/week @ 2024-11-11 13273/week @ 2024-11-18 12524/week @ 2024-11-25

55,207 downloads per month
Used in 43 crates (21 directly)

Apache-2.0 OR MIT

66KB
2K SLoC

xmas-elf

A library for parsing and navigating ELF files.

  • Pure Rust
  • Zero allocation (minimal allocation for interpreting the data)
  • Strongly, statically typed.

Dependencies

~105KB