#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

#92 in Unix APIs

Download history 5853/week @ 2023-12-13 4052/week @ 2023-12-20 3943/week @ 2023-12-27 6862/week @ 2024-01-03 5654/week @ 2024-01-10 5831/week @ 2024-01-17 6193/week @ 2024-01-24 6123/week @ 2024-01-31 6808/week @ 2024-02-07 5980/week @ 2024-02-14 8090/week @ 2024-02-21 7279/week @ 2024-02-28 7769/week @ 2024-03-06 7346/week @ 2024-03-13 6324/week @ 2024-03-20 5848/week @ 2024-03-27

28,194 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