Quantcast
Channel: 看雪安全论坛
Viewing all articles
Browse latest Browse all 9556

【下载】Hexrays Python Binding for IDA 6.1 & Hexrays 1.5

$
0
0
Hexrays Python Binding for IDA 6.1 & Hexrays 1.5 python 2.7 :cool:

代码:

# 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/


附件 86876


Viewing all articles
Browse latest Browse all 9556

Trending Articles