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

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

2014-2-2 23:36
7417
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

[培训]二进制漏洞攻防(第3期);满10人开班;模糊测试与工具使用二次开发;网络协议漏洞挖掘;Linux内核漏洞挖掘与利用;AOSP漏洞挖掘与利用;代码审计。

上传的附件:
收藏
点赞0
打赏
分享
最新回复 (3)
雪    币: 1556
活跃值: (798)
能力值: ( LV9,RANK:320 )
在线值:
发帖
回帖
粉丝
红绡枫叶 6 2014-6-27 14:40
2
0
nice! thx
雪    币: 48
活跃值: (462)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
紫川 2014-8-18 21:32
3
0
good
雪    币: 5
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
zadow 2014-8-22 01:37
4
0
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
游客
登录 | 注册 方可回帖
返回