Decompyle is a python disassembler and decompiler which converts Python byte-code (.pyc or .pyo) back into equivalent Python source. Verification of the produced code (re-compiled) is avaliable as well.
License
MIT LicenseFollow decompyle - Python Decompiler
Other Useful Business Software
Simplify IT and security with a single endpoint management platform
NinjaOne automates the hardest parts of IT, delivering visibility, security, and control over all endpoints for more than 20,000 customers.
The NinjaOne automated endpoint management platform is proven to increase productivity, reduce security risk, and lower costs for IT teams and managed service providers. The company seamlessly integrates with a wide range of IT and security technologies. NinjaOne is obsessed with customer success and provides free and unlimited onboarding, training, and support.
Rate This Project
Login To Rate This Project
User Reviews
-
Does not work with Python 2.7. For Python 2.7, use Uncompyle2 from GitHub
-
Won't install, gcc is exiting with non-zero status. Maybe one day I'll look into it and fix it, I don't have time right now. The error msg was: In file included from decompyle/marshal_20.c:11:0: ... previous declaration of ‘PyMarshal_WriteObjectToString’ was here ...
-
doesn't seem to work i run in a lot of problems all the time. Also seems to be a bug in the code he is using append but he needs to use extend for it. Fixed that but still doesn't work.