23 Mar

Python: converting pyc file to source code

sudo yum install cmake
git clone https://github.com/zrax/pycdc.git
cd pycdc
cmake ./
make
./pycdc app.pyc > app.py


Leave a Reply

Your email address will not be published. Required fields are marked *