elf-parser
elf-parser copied to clipboard
Identifying/Extracting various sections of an ELF file
probe file arch /chroot-somecpu... /bin/bash https://github.com/TheCodeArtist/elf-parser/blob/master/elf-parser.h **anyhow using parts of the elf-parser in other c Programs has little documentation** get machine/cpu id in binary match cpu if/esle do : x,...
Can interpret and dump any coredump (ELF image with `ET_CORE` type) with sections containing info useful for debugging > For ELF executable programs (see a.out(4)), the core file generated is...
Hello, Is it possible to add listing texts in some given sections for example .rodata or .strtab. A function which reads a section would be very useful. Something like `readelf...
Refactor code to reduce duplicate statements in 32bit and 64bit functions
Finish implementing / Hook-in support to disassemble instruction op-codes within a C buffer into a sequential listing of those assembly instructions. [elf-parser/disasm.c : disassemble()](https://github.com/TheCodeArtist/elf-parser/blob/master/disasm.c#L33)
Add support to parse and display the symbol table of an ELF file.