pyc反编译


相关文章

相关工具

  • rocky/python-uncompyle6

    # 例如有一个 test.pyc,想反编译输出文件为 test.py
    uncompyle6 -o test.py test.pyc
  • extremecoders-re/pyinstxtractor - 反编译 pyinstaller 生成的 exe

    python pyinstxtractor.py test.exe

    如果转换格式错误,可以手动修复,在该文件起始位置加上8个字节的pyc头即可

    03 F3 0D 0A 00 00 00 00