Tree @master (Download .tar.gz)
Commit History @master
- Add data about SHT_GNU_verneed sections. Xavier G. 9 years ago
- Display the contents of SHT_GNU_verdef sections. Xavier G. 9 years ago
- Introduce walkVerdef() and formatVersionDefinition(). Xavier G. 9 years ago
- Add data about SHT_GNU_verdef sections. Xavier G. 9 years ago
- Introduce dynamicEntries(). Xavier G. 9 years ago
- Introduce symbolFromIndex(). Xavier G. 9 years ago
- Leverage displayStringTableForSection() in walkSymbolTable(). Xavier G. 9 years ago
- Introduce displayStringTableForSection(). Xavier G. 9 years ago
- Fix wording. Xavier G. 9 years ago
- Display symbol names right after st_name. Xavier G. 9 years ago
- Symbols may have no name: adjust walkSymbolTable(). Xavier G. 9 years ago
- Remove two functions that are now unused. Xavier G. 9 years ago
- Leverage displayStringFromSection() to reduce the amount of code. Xavier G. 9 years ago
- Introduce displayStringFromSection(). Xavier G. 9 years ago
- Store dynamic entries in "dynamic", not "_dynamic". Xavier G. 9 years ago
- Display the contents of SHT_DYNAMIC sections. Xavier G. 9 years ago
- Introduce walkDynamic(). Xavier G. 9 years ago
- Add data about dynamic sections. Xavier G. 9 years ago
- Introduce readStringFromSection(). Xavier G. 9 years ago
- readStringAtOffset() is now able to restore the filehandler position. Xavier G. 9 years ago
- readStringAtOffset() now handles an optional maximum length. Xavier G. 9 years ago
- Display the contents of SHT_PROGBITS sections. Xavier G. 9 years ago
- Introduce walkProgBits(). Xavier G. 9 years ago
- Display the contents of SHT_NOTE sections. Xavier G. 9 years ago
- Introduce walkNote(). Xavier G. 9 years ago
- Add data about note sections. Xavier G. 9 years ago
- readNullTerminatedString() now handles an optional maximum length. Xavier G. 9 years ago
- walkELFProgramHeader() now displays sections covered by segments. Xavier G. 9 years ago
- Add INSTALL file. Xavier G. 9 years ago
- walkELFProgramHeader() now displays allowable segment permissions. Xavier G. 9 years ago