Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Drumato/elf-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

elf-utilities

The elf-utilities library has been archived, and is no longer under active maintainenance. the successor project is Drumato/pelf. so please use Drumato/pelf.

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.