-
Notifications
You must be signed in to change notification settings - Fork 336
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
source_files is null #10
Comments
Any work arounds yet? |
Not yet |
Just dont bother, do it manually. I did it manually. |
Hi, Can you let me know how to do that. I try inserting using hex editior but getting error |
@kannansowayan What did you try? I dont have the code I used, but I used python for this, something simple.
and so on. Its not anything much complicated, though create a backup and also change from |
Thanks for the response. I am using uncompyle6 to decompile the file (extracted as part of single .exe file). I had extracted it only as main, but when i try to decompile it gave error, so i added extension .pyc manually. Also based on suggestions in various forums, i tried inserting bytes but still getting one error or other. I see you are reading the file simple, post that how do you decompile do you use dis or any other library to move from bytecode to actual source? |
I used |
Got the same issue when I tried to decrypt an encrypted file.
|
Hello, when i run pyz file, course an error.
How can i solve it?
The text was updated successfully, but these errors were encountered: