1. 4a4586a added description for location_expr kinda works vs. readelf! by eliben · 12 years ago
  2. 84e27b4 Added string dumping for location expressions, with tests by eliben · 12 years ago
  3. ba447bc added basic visiting of all OPs in location_expr.GenericLocationExprVisitor by eliben · 12 years ago
  4. 8a235ad more work on location_expr by Eli Bendersky · 12 years ago
  5. ebe5116 started location_expr, added unit tests. moved readelf unittest to a more appropriate file name by Eli Bendersky · 12 years ago
  6. 41c971a added name field to AttributeValue by Eli Bendersky · 12 years ago
  7. 5be3be8 added name field to AttributeValue by Eli Bendersky · 12 years ago
  8. 89f40c4 mostly implemented extra information output for dwarf info section dump by Eli Bendersky · 12 years ago
  9. 3bc9c34 more descriptions added for DWARF info by eliben · 12 years ago
  10. aee11d2 added some basic description capabilities for DWARF attributes in debug_info by eliben · 12 years ago
  11. 0fc47af * start adding debug_dump=info to readelf.py by eliben · 12 years ago
  12. 08cb399 docstring clarification for DWARFStructs by eliben · 12 years ago
  13. 8eff3ee unflattening the DIE tree by CU done - now DIEs have functional iter_children, get_parent and iter_siblings methods! by eliben · 12 years ago
  14. 7f13df2 CU will now parse all its DIEs (lazily, when any specific DIE is requested) by eliben · 13 years ago
  15. c4c137d moved utils/ dir to tests/ by Eli Bendersky · 13 years ago
  16. 447763c added a utils folder with elf_creator.c by Eli Bendersky · 13 years ago
  17. 6434a96 * added new test file - an object compiled from C++, on x64 by Eli Bendersky · 13 years ago
  18. f238bf8 fix detection of flag_after_symtable in compare_output: has to be lower-cased after the change made to lower() the lines before comparing by Eli Bendersky · 13 years ago
  19. adf707a * added another test file (real-life object file borrowed from libelf) by Eli Bendersky · 13 years ago
  20. 099d48f * renamed test files to be consistent by Eli Bendersky · 13 years ago
  21. 0fb9a99 merge by Eli Bendersky · 13 years ago
  22. 89a824f relocation output working in readelf comparison by Eli Bendersky · 13 years ago
  23. 7fafd13 fixed parsing of r_info field by Eli Bendersky · 13 years ago
  24. d87f1e5 cleanup and cosmetics - for a healthy future!! er... what? by eliben · 13 years ago
  25. 3addea5 adding some useful attributes & method to DIE by eliben · 13 years ago
  26. 8eb8e7f some refactoring. parsing a single DIE now appears to be working by eliben · 13 years ago
  27. 3b9ad82 more preparations for full DIE parsing: by eliben · 13 years ago
  28. 7c1ffa6 some fixes in relocation printing. INFO STILL PRINTED ENDIAN-REVERSED -- WTF??? by Eli Bendersky · 13 years ago
  29. a98028e * completed implementation of abbrevtable by eliben · 13 years ago
  30. c6db4c4 abbrev table almost functioning by eliben · 13 years ago
  31. 748a595 Started adding abbrev table stuff by eliben · 13 years ago
  32. ce5ec71 * DWARFInfo now doesn't receive a "dwarf class" argument, since it must infer it on its own from the info section by eliben · 13 years ago
  33. 84066b2 some more work towards relocations by Eli Bendersky · 13 years ago
  34. 20f07e8 adding _default_=Pass to elf enums by Eli Bendersky · 13 years ago
  35. 033b44f * take DWARF stuff from ELFFile by eliben · 13 years ago
  36. 54e39b2 Implemented ELFFile.get_section_by_name and changed readelf.py to use it by eliben · 13 years ago
  37. 4455651 Added dwarf/compileunit.py and dwarf/dwarfinfo.py and started filling in details by eliben · 13 years ago
  38. f29751e partial support for parsing relocation sections by Eli Bendersky · 13 years ago
  39. a7c2547 created elftools/dwarf and started writing down some basic structs for data primitives and various encodings the format uses by eliben · 13 years ago
  40. 53e86db implemented string dumping, with tests by Eli Bendersky · 13 years ago
  41. c4a4c07 added hex dump of sections by Eli Bendersky · 13 years ago
  42. 851cdb0 fixing comparison in run_tests. moving all binary files to testfiles/ by Eli Bendersky · 13 years ago
  43. 2fc0f2a test suite implemented. fixing some problems in elftools and readelf by Eli Bendersky · 13 years ago
  44. 3bad293 the beginnings of a test harness by Eli Bendersky · 13 years ago
  45. 0b27ba4 finalizing cmdling options for current functionality by Eli Bendersky · 13 years ago
  46. ecde41b some more command-line option handling by Eli Bendersky · 13 years ago
  47. 40eb170 started adding command-line options to readelf by Eli Bendersky · 13 years ago
  48. b6fa365 minor tweak in output formatting for symbols by Eli Bendersky · 13 years ago
  49. 3edefab displaying symtables kinda works by Eli Bendersky · 13 years ago
  50. 377bd86 section header output kinda working by Eli Bendersky · 13 years ago
  51. 58585b0 Section to segment mapping seems to be working - yay! by Eli Bendersky · 13 years ago
  52. a41c3c0 added segment attribute formatting for 64-bit, and fixed some words to xwords in the segment struct definition by Eli Bendersky · 13 years ago
  53. 3f4de3e Implementing reading the INTERP path in segments by Eli Bendersky · 13 years ago
  54. 26de2ac implemented some of program header display by Eli Bendersky · 13 years ago
  55. 6a12cde some cleanup by Eli Bendersky · 13 years ago
  56. d62928d prints ELF header correctly by Eli Bendersky · 13 years ago
  57. de8d71e some more header descriptions added by Eli Bendersky · 13 years ago
  58. 933f699 * Started writing readelf.py by Eli Bendersky · 13 years ago
  59. a42f82d added Symbol decoding from a symbol table section by Eli Bendersky · 13 years ago
  60. e0735d5 removed CRs by Eli Bendersky · 13 years ago
  61. 116899e moving stuff around by eliben · 13 years ago
  62. ad4d589 Added a SymbolTableSection class and split functionality from ELFFile to create it by eliben · 13 years ago
  63. 75b5fde Some code reorg: by eliben · 13 years ago
  64. a6416fd * Added handling of segments * Added iteration API for sections by eliben · 13 years ago
  65. a06062f Added reading of sections and decoding their name from the string table by ebenders · 13 years ago
  66. aa9f671 * Added the ELFFile class - top-level interface to ELF files by ebenders · 13 years ago
  67. 9f95b7e * renamed file to constants.py * defined stuff for program header by ebenders · 13 years ago
  68. 680dc1b added top-level readme by ebenders · 13 years ago
  69. ec1e088 * also create other stuff in struct constructor by ebenders · 13 years ago
  70. e790d0d some structs filled in by ebenders · 13 years ago
  71. 198538a something basic by ebenders · 13 years ago