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.
- 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.
)
- Parsing ELF file(using
- It's a good start to know how to use elf-utilities.
- Drumato/asmpeach ... An x86_64 Assembler
- asmpeach introduce you to play with elf-utilities about generating ELF.