{"id":13936985,"url":"https://github.com/gstarnberger/uncompyle","last_synced_at":"2025-07-19T22:33:33.783Z","repository":{"id":64110865,"uuid":"943700","full_name":"gstarnberger/uncompyle","owner":"gstarnberger","description":"Python decompiler","archived":true,"fork":false,"pushed_at":"2017-06-02T09:51:24.000Z","size":950,"stargazers_count":421,"open_issues_count":33,"forks_count":397,"subscribers_count":34,"default_branch":"master","last_synced_at":"2024-08-08T23:26:03.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gstarnberger.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-09-27T20:46:40.000Z","updated_at":"2024-08-04T14:33:17.000Z","dependencies_parsed_at":"2023-01-14T22:31:07.494Z","dependency_job_id":null,"html_url":"https://github.com/gstarnberger/uncompyle","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gstarnberger%2Funcompyle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gstarnberger%2Funcompyle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gstarnberger%2Funcompyle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gstarnberger%2Funcompyle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gstarnberger","download_url":"https://codeload.github.com/gstarnberger/uncompyle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226693903,"owners_count":17667757,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-07T23:03:11.017Z","updated_at":"2024-11-27T05:30:44.856Z","avatar_url":"https://github.com/gstarnberger.png","language":"Python","readme":"\n                          uncompyle\n        A Python 2.7 byte-code decompiler, written in Python 2.7\n                          0.13\n                          2012-2-22\n\nIntroduction\n------------\n\n'uncompyle' converts Python byte-code back into equivalent Python\nsource. It accepts byte-code from Python version 2.7 only. Additionally,\nit will only run on Python 2.7.\n\nThe generated source is very readable: docstrings, lists, tuples and\nhashes get pretty-printed.\n\n'uncompyle' may also verify the equivalence of the generated source by\nby compiling it and comparing both byte-codes.\n\n'uncompyle' is based on John Aycock's generic small languages compiler\n'spark' (http://www.csr.uvic.ca/~aycock/python/) and his prior work on\na tool called 'decompyle'. This tool has been vastly improved by\nHartmut Goebel `http://www.crazy-compilers.com/`_\n\nAdditional note (3 July 2004, Ben Burton):\n\n    This software is no longer available from the original website. It\n    has now become a commercial decompilation service, with no\n    software available for download.\n\n    Any developers seeking to make alterations or enhancements to this code\n    should therefore consider these debian packages an appropriate starting\n    point.\n\nFeatures\n--------\n\n  * decompiles Python byte-code into equivalent Python source\n\n  * decompiles byte-code from Python version 2.7\n\n  * pretty-prints docstrings, hashes, lists and tuples\n\n  * reads directly from .pyc/.pyo files, bulk-decompile whole\n    directories\n\n  * output may be written to file, a directory or to stdout\n\n  * option for including byte-code disassembly into generated source\n\n  For a list of changes please refer to the 'CHANGES' file.\n\n\nRequirements\n------------\n\nuncompyle requires Python 2.7\n\n\nInstallation\n------------\n\nYou may either create a RPM and install this, or install directly from\nthe source distribution.\n\nCreating RPMS:\n\n  python setup.py bdist_rpm\n\n  If you need to force the python interpreter to eg. pyton2:\n     python2 setup.py bdist_rpm --python=python2\n\n\nInstallation from the source distribution:\n\n     python setup.py install\n\n   To install to a user's home-dir:\n     python setup.py install --home=\u003cdir\u003e\n\n   To install to another prefix (eg. /usr/local)\n     python setup.py install --prefix=/usr/local\n\n  If you need to force the python interpreter to eg. pyton2:\n     python2 setup.py install\n\n  For more information on 'Installing Python Modules' please refer to\n     http://www.python.org/doc/current/inst/inst.html\n\n\nUsage\n-----\n\nuncompyler -h\t\tprints short usage\nuncompyler --help\tprints long usage\n\n\nKnown Bugs/Restrictions\n-----------------------\n\n\n","funding_links":[],"categories":["Python","Programming/Comp Sci/SE Things","Reversing"],"sub_categories":["Reversing/Binary Analysis"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgstarnberger%2Funcompyle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgstarnberger%2Funcompyle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgstarnberger%2Funcompyle/lists"}