pythondecompilerpython-3.10pyc

How can I decompile .pyc files from Python 3.10?


I did try uncompyle6, decompyle3, and others, but none of them worked with Python 3.10.

Is it even possible to do this right now?


Solution

  • Use pycdc. Github: https://github.com/zrax/pycdc

    git clone https://github.com/zrax/pycdc
    cd pycdc
    cmake .
    make
    make check
    pycdc C:\Users\Bobby\example.pyc