some more work towards relocations |
|
More...
|
almost 14 years ago
|
adding _default_=Pass to elf enums |
|
More...
|
almost 14 years ago
|
* take DWARF stuff from ELFFile * Currently DWARF format (32 or 64-bit) isn't handled correctly. see TODO |
|
More...
|
almost 14 years ago
|
Implemented ELFFile.get_section_by_name and changed readelf.py to use it |
|
More...
|
almost 14 years ago
|
Added dwarf/compileunit.py and dwarf/dwarfinfo.py and started filling in details |
|
More...
|
almost 14 years ago
|
partial support for parsing relocation sections |
|
More...
|
almost 14 years ago
|
created elftools/dwarf and started writing down some basic structs for data primitives and various encodings the format uses |
|
More...
|
almost 14 years ago
|
implemented string dumping, with tests |
|
More...
|
almost 14 years ago
|
added hex dump of sections |
|
More...
|
almost 14 years ago
|
fixing comparison in run_tests. moving all binary files to testfiles/ |
|
More...
|
almost 14 years ago
|
test suite implemented. fixing some problems in elftools and readelf |
|
More...
|
almost 14 years ago
|
the beginnings of a test harness |
|
More...
|
almost 14 years ago
|
finalizing cmdling options for current functionality |
|
More...
|
almost 14 years ago
|
some more command-line option handling |
|
More...
|
almost 14 years ago
|
started adding command-line options to readelf |
|
More...
|
almost 14 years ago
|
minor tweak in output formatting for symbols |
|
More...
|
almost 14 years ago
|
displaying symtables kinda works |
|
More...
|
almost 14 years ago
|
section header output kinda working |
|
More...
|
almost 14 years ago
|
Section to segment mapping seems to be working - yay! |
|
More...
|
almost 14 years ago
|
added segment attribute formatting for 64-bit, and fixed some words to xwords in the segment struct definition |
|
More...
|
almost 14 years ago
|
Implementing reading the INTERP path in segments |
|
More...
|
almost 14 years ago
|
implemented some of program header display |
|
More...
|
almost 14 years ago
|
some cleanup |
|
More...
|
almost 14 years ago
|
prints ELF header correctly |
|
More...
|
almost 14 years ago
|
some more header descriptions added |
|
More...
|
almost 14 years ago
|
* Started writing readelf.py * Added file with textual descriptions of enums, for readelf.py |
|
More...
|
almost 14 years ago
|
added Symbol decoding from a symbol table section |
|
More...
|
almost 14 years ago
|
removed CRs |
|
More...
|
almost 14 years ago
|
moving stuff around |
|
More...
|
almost 14 years ago
|
Added a SymbolTableSection class and split functionality from ELFFile to create it |
|
More...
|
almost 14 years ago
|