#elf #parser #elf-file #binary-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

#171 in Unix APIs

Download history 13273/week @ 2024-11-18 12524/week @ 2024-11-25 15137/week @ 2024-12-02 16836/week @ 2024-12-09 14989/week @ 2024-12-16 10769/week @ 2024-12-23 8707/week @ 2024-12-30 11564/week @ 2025-01-06 12576/week @ 2025-01-13 13359/week @ 2025-01-20 11237/week @ 2025-01-27 14154/week @ 2025-02-03 15822/week @ 2025-02-10 13802/week @ 2025-02-17 13054/week @ 2025-02-24 14431/week @ 2025-03-03

58,269 downloads per month
Used in 45 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