#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

#90 in Unix APIs

Download history 6153/week @ 2024-01-01 6103/week @ 2024-01-08 5511/week @ 2024-01-15 6262/week @ 2024-01-22 6073/week @ 2024-01-29 6119/week @ 2024-02-05 6522/week @ 2024-02-12 7820/week @ 2024-02-19 7410/week @ 2024-02-26 7495/week @ 2024-03-04 7429/week @ 2024-03-11 6438/week @ 2024-03-18 6813/week @ 2024-03-25 7569/week @ 2024-04-01 6320/week @ 2024-04-08 6325/week @ 2024-04-15

27,459 downloads per month
Used in 36 crates (17 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

~100KB