#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

#66 in Unix APIs

Download history 7008/week @ 2024-03-14 6677/week @ 2024-03-21 6971/week @ 2024-03-28 7049/week @ 2024-04-04 6695/week @ 2024-04-11 6916/week @ 2024-04-18 7780/week @ 2024-04-25 7579/week @ 2024-05-02 8969/week @ 2024-05-09 8827/week @ 2024-05-16 7291/week @ 2024-05-23 10003/week @ 2024-05-30 8181/week @ 2024-06-06 9689/week @ 2024-06-13 9130/week @ 2024-06-20 8252/week @ 2024-06-27

37,420 downloads per month
Used in 40 crates (19 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