Releases: williballenthin/python-idb
Releases · williballenthin/python-idb
v0.3.1: bugfix
this release fixes a bug in the public API to python-idb.
see the release notes for v0.3 for interesting changes:
https://github.com/williballenthin/python-idb/releases/tag/v0.3
v0.3: .i64 support, IDA 7.0b support
interesting changes since v0.2:
- support and testing for .i64 files (64-bit databases)
- support and testing for idb files created by IDA 7.0 beta
- a more thorough test harness that splits out tests by a matrix:
- idb vs i64
- IDA 6.95 vs IDA 7.0b
- code cleanup and refactoring, especially thanks to @cclauss
contributors:
v0.2: python 2.7 support
interesting changes:
- add test cases for v7.0 (beta)
- add python 2.7 support (and tests)
- fix bugs in a few routines
initial release
v0.1 readme: wording