elf-parser icon indicating copy to clipboard operation
elf-parser copied to clipboard

Identifying/Extracting various sections of an ELF file

Results 6 elf-parser issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

Refactor code to reduce duplicate statements in 32bit and 64bit functions

enhancement

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)

enhancement
Hacktoberfest

Add support to parse and display the symbol table of an ELF file.

enhancement
Hacktoberfest