Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
Please see http://code.google.com/p/idapython/source/list for a
detailed list of changes.

Changes from version 0.9.0 to 0.9.61
------------------------------------
Changes from version 0.9.0 to 1.0.0
-----------------------------------

- INCOMPATIBLE CHANGE: the idaapi module needs to be imported manually
- Upgraded IDA Pro base version to 5.1
- Dropped Python 2.4 support
- Mac OS X support
- Support for IDB and debug notification hooks
- IDC compatibility layer is now complete and up to date for IDA 5.1
- INCOMPATIBLE CHANGE: the idaapi module needs to be imported manually
- Support for IDB and debug notification hooks
- Support for GUI hotkeys (see examples/hotkey.py)
- Simple two-way calling mechanism between IDC and IDAPython
- Wrapped allins.hpp
- Significantly better IDA API coverage
- Support for IDB and debug event hooks
- get_current_instruction() deprecated, use the idaapi.cvar.cmd variable
- Tons of IDC fixes
- Tons of other misc fixes


Changes from version 0.8.0 to 0.9.0
-----------------------------------

Expand Down
Loading