mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +01:00
Small doc updates
This commit is contained in:
parent
e0186f450a
commit
17a5eca7a6
@ -1,16 +1,19 @@
|
|||||||
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.59
|
Changes from version 0.9.0 to 0.9.61
|
||||||
------------------------------------
|
------------------------------------
|
||||||
|
|
||||||
- INCOMPATIBLE CHANGE: the idaapi module needs to be imported manually
|
- 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
|
||||||
- Mac OS X support
|
- Mac OS X support
|
||||||
- Support for IDB and debug notification hooks
|
- 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
|
||||||
- Simple two-way calling mechanism between IDC and IDAPython
|
- Simple two-way calling mechanism between IDC and IDAPython
|
||||||
- Wrapped allins.hpp
|
- Wrapped allins.hpp
|
||||||
|
- Tons of IDC 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
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
@ -20,7 +20,7 @@ http://www.d-dome.net/idapython/
|
|||||||
|
|
||||||
INSTALLATION FROM BINARIES
|
INSTALLATION FROM BINARIES
|
||||||
|
|
||||||
1, Install Python 2.4 or 2.5 from http://www.python.org/
|
1, Install Python 2.5 from http://www.python.org/
|
||||||
2, Copy the directory python\ to the IDA install directory
|
2, Copy the directory python\ to the IDA install directory
|
||||||
3. Copy the plugin to the %IDADIR%\plugins\
|
3. Copy the plugin to the %IDADIR%\plugins\
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user