mirror of
https://github.com/cemu-project/idapython.git
synced 2025-01-29 17:56:49 +01:00
CHANGES.txt: Updated changes from 1.0 branch
This commit is contained in:
parent
b6a6513dec
commit
2c09e0e429
14
CHANGES.txt
14
CHANGES.txt
@ -1,20 +1,24 @@
|
|||||||
Please see http://code.google.com/p/idapython/source/list for a
|
Please see http://code.google.com/p/idapython/source/list for a
|
||||||
detailed list of changes.
|
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
|
- Upgraded IDA Pro base version to 5.1
|
||||||
- Dropped Python 2.4 support
|
- Dropped Python 2.4 support
|
||||||
- Mac OS X 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
|
- 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
|
- 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 IDC fixes
|
||||||
- Tons of other misc fixes
|
- Tons of other misc fixes
|
||||||
|
|
||||||
|
|
||||||
Changes from version 0.8.0 to 0.9.0
|
Changes from version 0.8.0 to 0.9.0
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user