Skip to content

Releases: williballenthin/python-idb

v0.3.1: bugfix

12 Jul 16:54
Compare
Choose a tag to compare

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

12 Jul 16:48
Compare
Choose a tag to compare

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

11 Jul 14:51
Compare
Choose a tag to compare

interesting changes:

  • add test cases for v7.0 (beta)
  • add python 2.7 support (and tests)
  • fix bugs in a few routines

initial release

10 Jul 03:55
Compare
Choose a tag to compare
v0.1

readme: wording