#parser #binary-parser #elf-file #elf

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

#52 in Unix APIs

Download history 7685/week @ 2024-07-01 9453/week @ 2024-07-08 8854/week @ 2024-07-15 9494/week @ 2024-07-22 8601/week @ 2024-07-29 8270/week @ 2024-08-05 10479/week @ 2024-08-12 10739/week @ 2024-08-19 11015/week @ 2024-08-26 10948/week @ 2024-09-02 12437/week @ 2024-09-09 13946/week @ 2024-09-16 15942/week @ 2024-09-23 13988/week @ 2024-09-30 13226/week @ 2024-10-07 16175/week @ 2024-10-14

60,492 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