
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.