You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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