pycdc
pycdc copied to clipboard
can I recreate .pyc file with content of pyc?
I have content of pyc but I can't decompile it.
Could not load file test.pyc
test.cpython-311.pyc is original pyc and test.pyc is a pyc file that I pasted text from original pyc.
So I want to decompile test.pyc. Can I do this?