Python/Decompile: Difference between revisions

From Omnia
Jump to navigation Jump to search
(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")
(No difference)

Revision as of 21:24, 4 November 2025

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