The following provides the necessary means to convert python compiled code, into decompiled code:
$ sudo git clone https://github.com/wibiti/uncompyle2.git $ cd uncompyle2 $ sudo python setup.py install $ cd uncompyle2 $ sudo uncompyle2 [compiled].pyc > [decompiled].py
There was an error while loading. Please reload this page.