1. bdc1d38 Add README.chromium. by Ryan Cui · 11 years ago master release-R27-3912.B stabilize-3912.79.B stabilize-4008.0.B stabilize-4035.0.B toolchainA
  2. d23cf2f Prevent .pyc files from showing in git output by Vadim Bendebury · 11 years ago factory-spring-3842.B firmware-skate-3824.129.B firmware-spring-3824.4.B firmware-spring-3824.55.B firmware-spring-3824.84.B firmware-spring-3824.B firmware-spring-3833.B release-R26-3701.B stabilize-3658.0.0 stabilize-3701.30.0 stabilize-3701.30.0b stabilize-3701.46.B stabilize-3701.81.B stabilize-3881.0.B stabilize-bluetooth-smart toolchain-3701.42.B
  3. 88d3782 add Elf_Dyn support by Mike Frysinger · 11 years ago factory-3536.B release-R25-3428.B stabilize-3428.110.0 stabilize-3428.149 stabilize-3428.149.B stabilize-3428.193 stabilize2 toolchain-3428.65.B
  4. eb3dc08 Added dwarf_decode_address.py example by Eli Bendersky · 12 years ago
  5. 9e722be Added tag v0.20 for changeset 706dbb8620bd by Eli Bendersky · 12 years ago
  6. 01d873a python 3 version and README update by Eli Bendersky · 12 years ago v0.20
  7. 25a77f7 Added tag v0.20 for changeset 68b18168051a by Eli Bendersky · 12 years ago
  8. 79271e9 More changes to port to Python 3 All tox tests pass now!! by Eli Bendersky · 12 years ago
  9. eefac9a initial efforts porting pyelftools to python 3. some basic ELF functionality working by Eli Bendersky · 12 years ago
  10. 3853a40 adding more construct's files by Eli Bendersky · 12 years ago
  11. bd1a09f imported new version of construct with Python 3 compatibility by Eli Bendersky · 12 years ago
  12. c891904 Issue #3: make examples/elf_low_high_api.py more generic. Patch by Jessica McKellar by Eli Bendersky · 12 years ago
  13. f18df69 change order of tox tests to run examples before readelf (since they're much shorter) by Eli Bendersky · 12 years ago
  14. 3bd3ecc Issue #2: made all examples run (and test/run_examples_test.py pass) on Windows. by eli.bendersky · 12 years ago
  15. ba58dd7 CHANGES update by Eli Bendersky · 12 years ago
  16. 7456212 Fix Container's __pretty_str__ to use str instead of repr. This provides more consistent output across platforms for integers. Patch by Jessica McKellar by Eli Bendersky · 12 years ago
  17. af44ec6 add ref output for dwarf_range_lists by Eli Bendersky · 12 years ago
  18. 00fe734 minor tweaks + new tag for release by Eli Bendersky · 12 years ago
  19. 856e680 Added tag v0.10 for changeset b1c15add0da8 by Eli Bendersky · 12 years ago
  20. 6919d03 added parsing of .debug_ranges by Eli Bendersky · 12 years ago v0.10
  21. 392e32e updated MANIFEST and tox to include and run example tests by Eli Bendersky · 12 years ago
  22. b922360 initial version of example tests by Eli Bendersky · 12 years ago
  23. 26e41c4 a bit of refactoring in the test/ dir + completed dwarf_location_lists example by Eli Bendersky · 12 years ago
  24. 90a3f6b location lists kinda working. need more docs & readelf support by Eli Bendersky · 12 years ago
  25. 54ff260 a bit progress on locationlists by Eli Bendersky · 12 years ago
  26. 3f18aa2 basic preparations for parsing location lists by Eli Bendersky · 12 years ago
  27. 1eae573 lazy parsing of CUs by Eli Bendersky · 12 years ago
  28. f8851c0 simple refactoring of DWARF expr descriptions to enable use from other callers by Eli Bendersky · 12 years ago
  29. 1f9413e another example by Eli Bendersky · 12 years ago
  30. 62ae328 made all tests run with Python 2.6 that has unittest2 installed. Added basic tox.ini file for running tox tests by Eli Bendersky · 12 years ago
  31. fd34a0e fix setup.py; add verbose mode (off by default) and exit code to run_readelf_test by Eli Bendersky · 12 years ago
  32. e56c5be fixed setup script to include internal packages as well, and removed ^M from README by Eli Bendersky · 12 years ago
  33. ce5d187 MANIFEST tweaks + arranging examples to find elftools even if it's not installed by Eli Bendersky · 12 years ago
  34. 282b6cf added basic TODO with distribution checklist by Eli Bendersky · 12 years ago
  35. 40545e9 initial addition of files needed for setup by Eli Bendersky · 12 years ago
  36. 1a516a3 documentation fixes + new examples by Eli Bendersky · 12 years ago
  37. eb87001 updated README by Eli Bendersky · 12 years ago
  38. 1b69efc some doc updates by Eli Bendersky · 12 years ago
  39. 68bbe63 fix ReST links in README by Eli Bendersky · 12 years ago
  40. fbd6a10 updated README by Eli Bendersky · 12 years ago
  41. c3db8d7 some cosmetic changes + updating README by Eli Bendersky · 12 years ago
  42. c207431 adding license + some filename cleanup by Eli Bendersky · 12 years ago
  43. 9577ad9 update unittest runner by Eli Bendersky · 12 years ago
  44. ed34c03 cleanup by Eli Bendersky · 12 years ago
  45. 203b870 renamed 'tests' dir to 'test' by Eli Bendersky · 12 years ago
  46. 53c4a81 changed file permissions by Eli Bendersky · 12 years ago
  47. c8bc11f fixed previous problem by Eli Bendersky · 12 years ago
  48. b98299e Added new test file and fixing some problems related to it. not completely working yet by Eli Bendersky · 12 years ago
  49. 5c41d26 more horrible hacks to run_readelf_tests to pass with a newer readelf on 32-bit by Eli Bendersky · 12 years ago
  50. 871ad0c added test file (clang-compiled). fixed readelf handling of unknown attributes by Eli Bendersky · 12 years ago
  51. 706abb3 added some documentation to callframe.py by Eli Bendersky · 12 years ago
  52. 63268db fixed a bug in taking the last line from CIE to first line in FDE - need copy.copy! now all current readelf tests run successfully by Eli Bendersky · 12 years ago
  53. 4682c96 readelf --debug-dump=frames-interp initial implementation completed. some tests vs. readelf run by Eli Bendersky · 12 years ago
  54. 8670bb3 started implementing debug-dump=frames-interp by Eli Bendersky · 12 years ago
  55. fc15efb decoding seems to somewhat work. some unit tests pass by Eli Bendersky · 12 years ago
  56. 3be6af4 decoding seems to somewhat work. some unit tests pass by Eli Bendersky · 12 years ago
  57. 55a04b9 some unit tests for describe_CFI_instructions by Eli Bendersky · 12 years ago
  58. 47a4711 completed descriptions of --debug-info=frames. readelf tests run by Eli Bendersky · 12 years ago
  59. 7241ff0 started implementing dumping --debug-dump=frames by Eli Bendersky · 12 years ago
  60. 682e99e implemented decoding of the CIE object associated with FDEs by Eli Bendersky · 12 years ago
  61. 154568a added some more assertions to test_callframe.py by Eli Bendersky · 12 years ago
  62. e3d0e51 starting tests for callframes by Eli Bendersky · 12 years ago
  63. 5b13b17 fixed default address size passing from ELFFile to DWARFInfo, which makes it possible to correctly read .debug_frame sections by Eli Bendersky · 12 years ago
  64. cf93b86 call frame instructions parsing kinda done. now need to run some tests: ++ write unit tests for this by Eli Bendersky · 12 years ago
  65. 76a7327 starting skeleton implementation of call frame parsing by Eli Bendersky · 12 years ago
  66. 3501f9f Implement register name decoding in descriptions. This also allows to remove by Eli Bendersky · 12 years ago
  67. dcc349f Pass configuration from ELFFile to DWARFInfo via a DwarfConfig object. by Eli Bendersky · 12 years ago
  68. 71613fe some documentation improvements by Eli Bendersky · 12 years ago
  69. 366f4ee some documentation for the dwarf_expr module by Eli Bendersky · 12 years ago
  70. 5f56c21 renamed 'location expression' to the more general 'dwarf expression' by Eli Bendersky · 12 years ago
  71. 6c17c05 renamed 'location expression' to the more general 'dwarf expression' by Eli Bendersky · 12 years ago
  72. 851211d using RepeatUntilExcluding for the Dwarf_abbrev_declaration struct - so now no accounting for the empty element is needed when iterating over it by Eli Bendersky · 12 years ago
  73. a551872 added debug-dump=decodedline to readelf test suite by Eli Bendersky · 12 years ago
  74. bf83b1b changed line program entries to contain commands and arguments, AND state. this allows more faithful decoding in readelf by Eli Bendersky · 12 years ago
  75. 5ec2dde starting running decodedline vs. readelf, most things work... but some don't [AHA] by Eli Bendersky · 12 years ago
  76. d40dd67 small fixes to lineprogram + unit tests + new unittest runner by Eli Bendersky · 12 years ago
  77. 2e85c84 after cleanup and fixing, it actually shows signs of life by Eli Bendersky · 12 years ago
  78. 5fa0f0b changed the method to obtain line programs - now per CU by Eli Bendersky · 12 years ago
  79. 3da46a9 moving on with line program stuffz by Eli Bendersky · 12 years ago
  80. 80638fb laziness FTW by Eli Bendersky · 12 years ago
  81. f4a11d0 some API cleanups + added lineprogram by Eli Bendersky · 12 years ago
  82. 57406d2 added Dwarf_lineprog_header struct, with some rudimentary tests by Eli Bendersky · 12 years ago
  83. 439fa22 merge by Eli Bendersky · 12 years ago
  84. a1d6140 further optimization of reading a cstring from a stream + added some tests for utils by Eli Bendersky · 12 years ago
  85. e6cd8a5 added some more exceptions to the test runner, to account for differences in readelf versions by eliben · 12 years ago
  86. 4a48975 some performance improvements by Eli Bendersky · 12 years ago
  87. 4f4d80c run normally by default, not in profiling mode by Eli Bendersky · 12 years ago
  88. 3efc18e add caching to LocationExpressionDumper in _location_list_extra. this makes some benchmarks considerably faster by Eli Bendersky · 12 years ago
  89. 0193fb8 cleanup + add profiling top-level function to readelf by Eli Bendersky · 12 years ago
  90. f5670e8 fixes in readelf. added --debug-dump=info to the tests by Eli Bendersky · 12 years ago
  91. 149315a it's alive, ALIVEhg sthg st! DWARF relocations seem to be working fine by Eli Bendersky · 12 years ago
  92. ef943b7 still not working, but getting there. need to revise DWARF processing for per-section streams by Eli Bendersky · 12 years ago
  93. 6062bf7 nothing works because we're in the middle of a relocation revamp - BUT IT WILL!! by Eli Bendersky · 12 years ago
  94. a8ea968 added extra description for DW_AT_import to conform with readelf by Eli Bendersky · 12 years ago
  95. 067b3fd the relocation manager for dwarf works! sdf by Eli Bendersky · 12 years ago
  96. d8d6449 some code restructuring + initial version of dwarfrelocationmanager by Eli Bendersky · 12 years ago
  97. ddeedc4 add __contains__ to construct's Container. this actually fixes Relocation.is_RELA which wouldn't work otherwise. also add __repr__ and __str__ to Relocation by Eli Bendersky · 12 years ago
  98. 9647369 merge & resolve conflicts from remote by Eli Bendersky · 12 years ago
  99. 93e630d fix the 'key to flags' text printed after section enumeration. probably to match a newer readelf version by Eli Bendersky · 12 years ago
  100. 985c2c1 small fixes to have formatting consistent with readelf by eliben · 12 years ago