Python/Decompile

From Omnia
Revision as of 21:24, 4 November 2025 by Kenneth (talk | contribs) (Created page with "== uncompyle6 == Cross Python bytecode decompiler for Python bytecode up to Python 3.8. pip install uncompyle6 uncompyle6 your_filename.pyc uncompyle6 your_filename.pyc > your_filename.py")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

uncompyle6

Cross Python bytecode decompiler for Python bytecode up to Python 3.8.

pip install uncompyle6
uncompyle6 your_filename.pyc
uncompyle6 your_filename.pyc > your_filename.py