Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can I recreate .pyc file with content of pyc? #517

Open
not-filepile opened this issue Sep 7, 2024 · 1 comment
Open

can I recreate .pyc file with content of pyc? #517

not-filepile opened this issue Sep 7, 2024 · 1 comment

Comments

@not-filepile
Copy link

I have content of pyc but I can't decompile it.
Could not load file test.pyc
image
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?

@greenozon
Copy link
Contributor

please attach your .pyc files
2) pyc is not a text file, so you can't copy-paste it's contents as a text...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants