#elf #utilities #tui #utils #file

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

#582 in Parser implementations

Download history 138/week @ 2023-02-03 195/week @ 2023-02-10 252/week @ 2023-02-17 45/week @ 2023-02-24 35/week @ 2023-03-03 212/week @ 2023-03-10 23/week @ 2023-03-17 13/week @ 2023-03-24 23/week @ 2023-03-31 33/week @ 2023-04-07 108/week @ 2023-04-14 12/week @ 2023-04-21 44/week @ 2023-04-28 208/week @ 2023-05-05 21/week @ 2023-05-12 16/week @ 2023-05-19

289 downloads per month
Used in 5 crates

MIT license

115KB
3K SLoC

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.8–1.4MB
~33K SLoC