#elf #parser #binary

bin+lib xmas-elf

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

11 releases (breaking)

Uses old Rust 2015

0.9.0 Dec 5, 2022
0.8.0 Jun 17, 2021
0.7.0 Jun 1, 2019
0.6.2 Mar 25, 2018
0.3.0 Jun 8, 2016

#96 in Unix APIs

Download history 4001/week @ 2022-12-08 3582/week @ 2022-12-15 2892/week @ 2022-12-22 3197/week @ 2022-12-29 3251/week @ 2023-01-05 2851/week @ 2023-01-12 3418/week @ 2023-01-19 3300/week @ 2023-01-26 3827/week @ 2023-02-02 3378/week @ 2023-02-09 3288/week @ 2023-02-16 3908/week @ 2023-02-23 3834/week @ 2023-03-02 4203/week @ 2023-03-09 3147/week @ 2023-03-16 3952/week @ 2023-03-23

15,774 downloads per month
Used in 27 crates (17 directly)

Apache-2.0 OR MIT

65KB
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