python逆向ida文件、脚本、插件🚧
收集了python逆向所用的脚本、插件、工具以及ida导出信息等等,可以在github页面的src/附件里找到对应文件下载
头文件类
- [python基本类型头文件]
idb比较类
- python基本函数idb
- python基本方法idb
idc/idpython类
- 自动分析pyd中存在的变量并生成对应mstate脚本——idpython/create_mstate.py
ida插件类
其他工具类
-
pycdc zrax/pycdc: C++ python bytecode disassembler and decompiler (github.com)
-
uncompyle6
pip install uncompyle6
-
pyinstxtractor.py extremecoders-re/pyinstxtractor: PyInstaller Extractor (github.com)