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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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.