#elf #zero-allocation #data #parser #navigating #type-safe

yanked elfps

parsing and navigating ELF data; zero-allocation, type-safe

0.1.0 Jul 8, 2020

#5 in #navigating

MIT license

68KB
2K SLoC

Contains (ELF exe/lib, 15KB) helloworld.elf

A library for parsing and navigating ELF files.

  • Pure Rust
  • Zero allocation (minimal allocation for interpreting the data)
  • Strongly, statically typed.

No runtime deps