首页
社区
课程
招聘
[下载]Hexrays Python Binding for IDA 6.1 & Hexrays 1.5 by Computerline
发表于: 2014-2-2 23:36 7542

[下载]Hexrays Python Binding for IDA 6.1 & Hexrays 1.5 by Computerline

2014-2-2 23:36
7542
Hexrays Python Binding for IDA 6.1 & Hexrays 1.5 python 2.7

# import the module in the interpreter context
import hexrays
# decompile function at 0x402010
c = hexrays.decompile(0x402010)
# print decompiled text
print str(c)
# access local variable names
print [str(v.name) for v in c.lvars]
 


original code
https://github.com/EiNSTeiN-/hexrays-python


Source http://techbliss.org/threads/hexrays-python-binding-for-ida-6-1-hexrays-1-5.479/

hexrays-python-0.9.0_ida6.1_py2.7_win32(1).zip

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

上传的附件:
收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 1556
活跃值: (883)
能力值: ( LV9,RANK:320 )
在线值:
发帖
回帖
粉丝
2
nice! thx
2014-6-27 14:40
0
雪    币: 48
活跃值: (462)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
good
2014-8-18 21:32
0
雪    币: 5
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
Pyside for IDA 6.5, Python 2.7, Qt4 (Orginal Qt Library use in IDA 6.5), (x86)

To install :
Extract it and overwrite PySide old version in C:\Python27\Lib\site-packages

Notes:
This version is only support QtCore4.dll, QtGui4.dll, QtXml4.dll from Orginal IDA 6.5, so if you want to use this in older IDA version, you can copy 3 dll from Orginal IDA 6.5 and replace in your old IDA version

Regards !


https://mega.co.nz/#!lc0HWZhB!_C3znQg-cMhVEYP_QY3HfkaDgYYc40U4sFMXDe0GFHU

http://mir.cr/BMCH5N9V

https://anonfiles.com/file/f3f895b59d4d9f2929700732148724d4

http://rghost.net/57594595
2014-8-22 01:37
0
游客
登录 | 注册 方可回帖
返回
//