#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

#61 in Unix APIs

Download history 12064/week @ 2024-09-10 14485/week @ 2024-09-17 16387/week @ 2024-09-24 13119/week @ 2024-10-01 14107/week @ 2024-10-08 16366/week @ 2024-10-15 17676/week @ 2024-10-22 16305/week @ 2024-10-29 15428/week @ 2024-11-05 13233/week @ 2024-11-12 13781/week @ 2024-11-19 12047/week @ 2024-11-26 15132/week @ 2024-12-03 17750/week @ 2024-12-10 13393/week @ 2024-12-17 9335/week @ 2024-12-24

57,746 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