Tree @master (Download .tar.gz)
Commit History @master
- Add data about allowable segment permissions. Xavier G. 9 years ago
- Replace announceELFSection with announceOperation(). Xavier G. 9 years ago
- Replace occurrences of say()+sprintf() with sayf(). Xavier G. 9 years ago
- Introduce sayf(). Xavier G. 9 years ago
- Introduce walkELFProgramHeader. Xavier G. 9 years ago
- Add data about program header. Xavier G. 9 years ago
- Fix parsing of section headers for 32-bits ELF. Xavier G. 9 years ago
- Display the contents of SHT_RELA sections. Xavier G. 9 years ago
- Introduce walkRela(). Xavier G. 9 years ago
- Introduce symbolNameFromIndex(). Xavier G. 9 years ago
- Add data about relocations. Xavier G. 9 years ago
- Add a few section types. Xavier G. 9 years ago
- Introduce machine-specific analysis. Xavier G. 9 years ago
- Add URLs to the LSB ELF specs as elfwalk relies on them too. Xavier G. 9 years ago
- Improve explanations for st_shndx and st_value. Xavier G. 9 years ago
- Improve data for st_shndx. Xavier G. 9 years ago
- Display the contents of SHT_DYNSYM sections. Xavier G. 9 years ago
- Introduce walkSymbolTable(). Xavier G. 9 years ago
- Add data about symbol table entries. Xavier G. 9 years ago
- Introduce readNullTerminatedString() and readStringAtOffset(). Xavier G. 9 years ago
- Display a summary of sections. Xavier G. 9 years ago
- Explain the use of each section while parsing headers. Xavier G. 9 years ago
- Introduce function analyseSectionName. Xavier G. 9 years ago
- Add data about special sections. Xavier G. 9 years ago
- Introduce function formatFlags. Xavier G. 9 years ago
- Store some human names for later use. Xavier G. 9 years ago
- Adjust title label. Xavier G. 9 years ago
- Fix missing quotes. Xavier G. 9 years ago
- Switch to a more recent spec of the ELF format. Xavier G. 9 years ago
- Add functions to get the number of columns of the TTY. Xavier G. 9 years ago