Skip to content

uncompyle6

Axel Örn Sigurðsson edited this page Aug 18, 2016 · 3 revisions

pypi

uncompyle6 can be used to decompile .pyc python byte-code back to a python file. Used in ikornaselur/project-firewater#36 for example to decompile the payload found there.

Simply pip install and uncompyle6 file.pyc > file.py

Clone this wiki locally