- 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
- d23cf2f Prevent .pyc files from showing in git output by Vadim Bendebury · 12 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
- 88d3782 add Elf_Dyn support by Mike Frysinger · 12 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
- eb3dc08 Added dwarf_decode_address.py example by Eli Bendersky · 12 years ago
- 9e722be Added tag v0.20 for changeset 706dbb8620bd by Eli Bendersky · 13 years ago
- 01d873a python 3 version and README update by Eli Bendersky · 13 years ago v0.20
- 25a77f7 Added tag v0.20 for changeset 68b18168051a by Eli Bendersky · 13 years ago
- 79271e9 More changes to port to Python 3 All tox tests pass now!! by Eli Bendersky · 13 years ago
- eefac9a initial efforts porting pyelftools to python 3. some basic ELF functionality working by Eli Bendersky · 13 years ago
- 3853a40 adding more construct's files by Eli Bendersky · 13 years ago
- bd1a09f imported new version of construct with Python 3 compatibility by Eli Bendersky · 13 years ago
- c891904 Issue #3: make examples/elf_low_high_api.py more generic. Patch by Jessica McKellar by Eli Bendersky · 13 years ago
- f18df69 change order of tox tests to run examples before readelf (since they're much shorter) by Eli Bendersky · 13 years ago
- 3bd3ecc Issue #2: made all examples run (and test/run_examples_test.py pass) on Windows. by eli.bendersky · 13 years ago
- ba58dd7 CHANGES update by Eli Bendersky · 13 years ago
- 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 · 13 years ago
- af44ec6 add ref output for dwarf_range_lists by Eli Bendersky · 13 years ago
- 00fe734 minor tweaks + new tag for release by Eli Bendersky · 13 years ago
- 856e680 Added tag v0.10 for changeset b1c15add0da8 by Eli Bendersky · 13 years ago
- 6919d03 added parsing of .debug_ranges by Eli Bendersky · 13 years ago v0.10
- 392e32e updated MANIFEST and tox to include and run example tests by Eli Bendersky · 13 years ago
- b922360 initial version of example tests by Eli Bendersky · 13 years ago
- 26e41c4 a bit of refactoring in the test/ dir + completed dwarf_location_lists example by Eli Bendersky · 13 years ago
- 90a3f6b location lists kinda working. need more docs & readelf support by Eli Bendersky · 13 years ago
- 54ff260 a bit progress on locationlists by Eli Bendersky · 13 years ago
- 3f18aa2 basic preparations for parsing location lists by Eli Bendersky · 13 years ago
- 1eae573 lazy parsing of CUs by Eli Bendersky · 13 years ago
- f8851c0 simple refactoring of DWARF expr descriptions to enable use from other callers by Eli Bendersky · 13 years ago
- 1f9413e another example by Eli Bendersky · 13 years ago
- 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 · 13 years ago
- fd34a0e fix setup.py; add verbose mode (off by default) and exit code to run_readelf_test by Eli Bendersky · 13 years ago
- e56c5be fixed setup script to include internal packages as well, and removed ^M from README by Eli Bendersky · 13 years ago
- ce5d187 MANIFEST tweaks + arranging examples to find elftools even if it's not installed by Eli Bendersky · 13 years ago
- 282b6cf added basic TODO with distribution checklist by Eli Bendersky · 13 years ago
- 40545e9 initial addition of files needed for setup by Eli Bendersky · 13 years ago
- 1a516a3 documentation fixes + new examples by Eli Bendersky · 13 years ago
- eb87001 updated README by Eli Bendersky · 13 years ago
- 1b69efc some doc updates by Eli Bendersky · 13 years ago
- 68bbe63 fix ReST links in README by Eli Bendersky · 13 years ago
- fbd6a10 updated README by Eli Bendersky · 13 years ago
- c3db8d7 some cosmetic changes + updating README by Eli Bendersky · 13 years ago
- c207431 adding license + some filename cleanup by Eli Bendersky · 13 years ago
- 9577ad9 update unittest runner by Eli Bendersky · 13 years ago
- ed34c03 cleanup by Eli Bendersky · 13 years ago
- 203b870 renamed 'tests' dir to 'test' by Eli Bendersky · 13 years ago
- 53c4a81 changed file permissions by Eli Bendersky · 13 years ago
- c8bc11f fixed previous problem by Eli Bendersky · 13 years ago
- b98299e Added new test file and fixing some problems related to it. not completely working yet by Eli Bendersky · 13 years ago
- 5c41d26 more horrible hacks to run_readelf_tests to pass with a newer readelf on 32-bit by Eli Bendersky · 13 years ago
- 871ad0c added test file (clang-compiled). fixed readelf handling of unknown attributes by Eli Bendersky · 13 years ago
- 706abb3 added some documentation to callframe.py by Eli Bendersky · 13 years ago
- 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 · 13 years ago
- 4682c96 readelf --debug-dump=frames-interp initial implementation completed. some tests vs. readelf run by Eli Bendersky · 13 years ago
- 8670bb3 started implementing debug-dump=frames-interp by Eli Bendersky · 13 years ago
- fc15efb decoding seems to somewhat work. some unit tests pass by Eli Bendersky · 13 years ago
- 3be6af4 decoding seems to somewhat work. some unit tests pass by Eli Bendersky · 13 years ago
- 55a04b9 some unit tests for describe_CFI_instructions by Eli Bendersky · 13 years ago
- 47a4711 completed descriptions of --debug-info=frames. readelf tests run by Eli Bendersky · 13 years ago
- 7241ff0 started implementing dumping --debug-dump=frames by Eli Bendersky · 13 years ago
- 682e99e implemented decoding of the CIE object associated with FDEs by Eli Bendersky · 13 years ago
- 154568a added some more assertions to test_callframe.py by Eli Bendersky · 13 years ago
- e3d0e51 starting tests for callframes by Eli Bendersky · 13 years ago
- 5b13b17 fixed default address size passing from ELFFile to DWARFInfo, which makes it possible to correctly read .debug_frame sections by Eli Bendersky · 13 years ago
- cf93b86 call frame instructions parsing kinda done. now need to run some tests: ++ write unit tests for this by Eli Bendersky · 13 years ago
- 76a7327 starting skeleton implementation of call frame parsing by Eli Bendersky · 13 years ago
- 3501f9f Implement register name decoding in descriptions. This also allows to remove by Eli Bendersky · 13 years ago
- dcc349f Pass configuration from ELFFile to DWARFInfo via a DwarfConfig object. by Eli Bendersky · 13 years ago
- 71613fe some documentation improvements by Eli Bendersky · 13 years ago
- 366f4ee some documentation for the dwarf_expr module by Eli Bendersky · 13 years ago
- 5f56c21 renamed 'location expression' to the more general 'dwarf expression' by Eli Bendersky · 13 years ago
- 6c17c05 renamed 'location expression' to the more general 'dwarf expression' by Eli Bendersky · 13 years ago
- 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 · 13 years ago
- a551872 added debug-dump=decodedline to readelf test suite by Eli Bendersky · 13 years ago
- bf83b1b changed line program entries to contain commands and arguments, AND state. this allows more faithful decoding in readelf by Eli Bendersky · 13 years ago
- 5ec2dde starting running decodedline vs. readelf, most things work... but some don't [AHA] by Eli Bendersky · 13 years ago
- d40dd67 small fixes to lineprogram + unit tests + new unittest runner by Eli Bendersky · 13 years ago
- 2e85c84 after cleanup and fixing, it actually shows signs of life by Eli Bendersky · 13 years ago
- 5fa0f0b changed the method to obtain line programs - now per CU by Eli Bendersky · 13 years ago
- 3da46a9 moving on with line program stuffz by Eli Bendersky · 13 years ago
- 80638fb laziness FTW by Eli Bendersky · 13 years ago
- f4a11d0 some API cleanups + added lineprogram by Eli Bendersky · 13 years ago
- 57406d2 added Dwarf_lineprog_header struct, with some rudimentary tests by Eli Bendersky · 13 years ago
- 439fa22 merge by Eli Bendersky · 13 years ago
- a1d6140 further optimization of reading a cstring from a stream + added some tests for utils by Eli Bendersky · 13 years ago
- e6cd8a5 added some more exceptions to the test runner, to account for differences in readelf versions by eliben · 13 years ago
- 4a48975 some performance improvements by Eli Bendersky · 13 years ago
- 4f4d80c run normally by default, not in profiling mode by Eli Bendersky · 13 years ago
- 3efc18e add caching to LocationExpressionDumper in _location_list_extra. this makes some benchmarks considerably faster by Eli Bendersky · 13 years ago
- 0193fb8 cleanup + add profiling top-level function to readelf by Eli Bendersky · 13 years ago
- f5670e8 fixes in readelf. added --debug-dump=info to the tests by Eli Bendersky · 13 years ago
- 149315a it's alive, ALIVEhg sthg st! DWARF relocations seem to be working fine by Eli Bendersky · 13 years ago
- ef943b7 still not working, but getting there. need to revise DWARF processing for per-section streams by Eli Bendersky · 13 years ago
- 6062bf7 nothing works because we're in the middle of a relocation revamp - BUT IT WILL!! by Eli Bendersky · 13 years ago
- a8ea968 added extra description for DW_AT_import to conform with readelf by Eli Bendersky · 13 years ago
- 067b3fd the relocation manager for dwarf works! sdf by Eli Bendersky · 13 years ago
- d8d6449 some code restructuring + initial version of dwarfrelocationmanager by Eli Bendersky · 13 years ago
- 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 · 13 years ago
- 9647369 merge & resolve conflicts from remote by Eli Bendersky · 13 years ago
- 93e630d fix the 'key to flags' text printed after section enumeration. probably to match a newer readelf version by Eli Bendersky · 13 years ago
- 985c2c1 small fixes to have formatting consistent with readelf by eliben · 13 years ago