Tree @master (Download .tar.gz)
Commit History @master
- Remove extra periods in short explanation strings. Xavier G. 9 years ago
- Adjust calls to displayStringTableForSection(). Xavier G. 9 years ago
- displayStringTableForSection(): add $content parameter. Xavier G. 9 years ago
- Remove a pedantic parenthesis which does not make that much sense. Xavier G. 9 years ago
- walkDynamic(): display the linked section. Xavier G. 9 years ago
- Improve the way we format version definitions. Xavier G. 9 years ago
- walkVersym(): display the linked section. Xavier G. 9 years ago
- Fix an off-by-one error when parsing SHT_GNU_versym sections. Xavier G. 9 years ago
- walkRela(): fetch symbols from the associated dynsym only. Xavier G. 9 years ago
- symbolFromIndex() can now be instructed to fetch symbols from a specific dynsym section. Xavier G. 9 years ago
- walkRela(): explain sh_link and sh_info. Xavier G. 9 years ago
- getLinkedSection() now follows an arbitrary attribute. Xavier G. 9 years ago
- SHT_RELA sections: improve description of r_sym. Xavier G. 9 years ago
- Adjust indentation directives. Xavier G. 9 years ago
- Display the symbol lookup path, via .gnu.hash, for each symbol in .dynsym. Xavier G. 9 years ago
- Display the contents of SHT_GNU_HASH sections. Xavier G. 9 years ago
- Introduce walkGnuHashSection(). Xavier G. 9 years ago
- Add data about SHT_GNU_HASH sections. Xavier G. 9 years ago
- walkHashSection() now displays the associated section. Xavier G. 9 years ago
- Simplify displayStringTableForSection(). Xavier G. 9 years ago
- Introduce getLinkedSection() and displayLinkedSection(). Xavier G. 9 years ago
- Keep the index when storing section headers. Xavier G. 9 years ago
- Display the symbol lookup path for each symbol in .dynsym. Xavier G. 9 years ago
- Introduce displayHashDetailsForSymbol() and hashSymbolName(). Xavier G. 9 years ago
- Display the contents of SHT_HASH sections. Xavier G. 9 years ago
- Introduce walkHashSection(). Xavier G. 9 years ago
- Display the contents of SHT_GNU_versym sections. Xavier G. 9 years ago
- Introduce walkVersym(). Xavier G. 9 years ago
- Display the contents of SHT_GNU_verneed sections. Xavier G. 9 years ago
- Introduce walkVerneed() and formatVersionRequirement(). Xavier G. 9 years ago