#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

#42 in Unix APIs

Download history 9747/week @ 2024-07-21 8409/week @ 2024-07-28 8333/week @ 2024-08-04 10305/week @ 2024-08-11 10877/week @ 2024-08-18 11180/week @ 2024-08-25 10869/week @ 2024-09-01 12359/week @ 2024-09-08 13418/week @ 2024-09-15 15445/week @ 2024-09-22 14386/week @ 2024-09-29 13814/week @ 2024-10-06 15429/week @ 2024-10-13 17969/week @ 2024-10-20 17150/week @ 2024-10-27 15378/week @ 2024-11-03

67,447 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