Python Decompiler – uncompyle2

3. März 2013 at 09:35
Print Friendly, PDF & Email

https://github.com/wibiti/uncompyle2

 

Description

'uncompyle2' converts Python byte-code back into equivalent Python
source. It accepts byte-code from Python version 2.7 only. Additionally,
it will only run on Python 2.7.
Example:
uncompyle2 avrio_database.pyc > avrio_database2.py