您的位置:首页 > 编程语言 > Python开发

IDAPython V 0.9.55

2008-01-15 15:31 387 查看
Changes between IDAPython test builds

Changes between IDAPython version 0.9.54 and 0.9.55
BUILDING.txt: Updated the building instructions for Mac
build.py: Suppressed warning messages about const char pointers
idp.i: Removed static keyword from IDB_Callback
idp.i: Ignore all function pointer in structures
idc.py: Implmented {First|Next}FuncFChunk()
build.py: Version bumped to 0.9.55
idp.i: Fixed IDP_Callback() prototype
idc.py: SetType() implemented. Thanks to plusvic.
idc.py: Structure offset member can also be 16-bit. Thanks plusvic
bytes.i: Added is_debugger_on()
bytes.i: Added {put|get}many_bytes()
idc.py: AddStrucMember() now adds offset members properly
BUILDING.txt: Updated and cleaned up the build documentation.
build.py: Workaround for Python's platform string bug on Vista
idc.py: Fixed MakeFrame behaviour and return to match IDC version
idp.i: Implemented IDB Event Hooks (most of them)
idaapi.i: Enabled class directors for the module
http://idapython.googlecode.com/files/idapython-0.9.55-src.zip http://idapython.googlecode.com/files/idapython-0.9.55_ida5.1_py2.4_win32.zip http://idapython.googlecode.com/files/idapython-0.9.55_ida5.1_py2.4_win32.zip.asc http://idapython.googlecode.com/files/idapython-0.9.55_ida5.1_py2.5_win32.zip
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: