#elf #section #project #elf-utilities

elf-utilities

Utilities for parsing,generating,analyzing ELF

96 releases

0.2.20 Sep 13, 2021
0.2.19 Mar 21, 2021
0.2.15 Feb 24, 2021
0.2.8 Nov 16, 2020
0.1.0 Mar 6, 2020

#1287 in Parser implementations

Download history 54/week @ 2025-01-28 18/week @ 2025-02-04 27/week @ 2025-02-11 3/week @ 2025-02-18 259/week @ 2025-03-04 1678/week @ 2025-03-11 812/week @ 2025-03-18 812/week @ 2025-03-25 1810/week @ 2025-04-01 4157/week @ 2025-04-08

7,714 downloads per month
Used in 5 crates

MIT license

115KB
3K SLoC

Contains (ELF exe/lib, 17KB) src/parser/testdata/sample, (ELF exe/lib, 16KB) src/parser/testdata/32bit

elf-utilities at crates.io elf-utilities at docs.rs codecov

elf-utilities

Projects

  • Drumato/elfpeach ... An TUI based ELF Analyzer
    • It's a good start to know how to use elf-utilities.
      • Parsing ELF file(using elf_utilities::parser::read_elf())
      • Viewing some API about ELF(Symbol64/Shdr64/etc.)
  • Drumato/asmpeach ... An x86_64 Assembler
    • asmpeach introduce you to play with elf-utilities about generating ELF.

Dependencies

~0.5–1.1MB
~26K SLoC