python逆向ida文件、脚本、插件🚧

收集了python逆向所用的脚本、插件、工具以及ida导出信息等等,可以在github页面的src/附件里找到对应文件下载

头文件类

  1. [python基本类型头文件]
    1. 3.11-x64-linux

idb比较类

  1. python基本函数idb
  2. python基本方法idb

idc/idpython类

  1. 自动分析pyd中存在的变量并生成对应mstate脚本——idpython/create_mstate.py

ida插件类

其他工具类

  1. pycdc zrax/pycdc: C++ python bytecode disassembler and decompiler (github.com)

  2. uncompyle6

    pip install uncompyle6
    
  3. pyinstxtractor.py extremecoders-re/pyinstxtractor: PyInstaller Extractor (github.com)