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

how to use? #87

Closed
ghost opened this issue Jan 27, 2024 · 14 comments
Closed

how to use? #87

ghost opened this issue Jan 27, 2024 · 14 comments

Comments

@ghost
Copy link

ghost commented Jan 27, 2024

Hi!

I was able to run it, I went into the extracted folder and I tried the commands. It did not work..

Kindly assist!

Here is link to Exe and the folder:
https://1drv.ms/f/s!AploExad608_h4M4R7mIB-zs2DL7mA?e=cJRY6L

Thanks,

God bless,

Shawn

@extremecoders-re
Copy link
Owner

The linked onedrive folder seems to be empty.

@leideniyifan
Copy link

I dragged my .exe to pyinstxtractor.py and it worked,maybe you can try it?

@ghost
Copy link
Author

ghost commented Jan 30, 2024

@ghost
Copy link
Author

ghost commented Jan 30, 2024

there should be two exe's in that folder. Kindly assist. Thanks.

@extremecoders-re
Copy link
Owner

Use the web tool to extract if you've trouble setting up the correct version of Python viz. 3.12.
This extracts both of the exe's successfully.

https://pyinstxtractor-web.netlify.app/

@ghost
Copy link
Author

ghost commented Feb 1, 2024

Okay, how do I get it into a py file? Thanks

@ghost
Copy link
Author

ghost commented Feb 2, 2024

I am quite confused, I tried a lot of tools and they don't work. Also, now the exe won't help as it seems there is a virus. May I ask where to get a good exe converter? I think maybe I should redo my python and do another way. Thanks

@extremecoders-re
Copy link
Owner

You have to use a Python decompiler to get the py from a pyc file. Yours is Python 3.12- only pycdc can somewhat work with this version.

https://github.com/zrax/pycdc

@ghost
Copy link
Author

ghost commented Feb 2, 2024

I see, but how do I use it?

@ghost
Copy link
Author

ghost commented Feb 2, 2024

C:>./pycdc C:\Users\Godis\Downloads\Genesis 1 Quiz - AKJV.exe_extracted\Questions for Genesis 1.pyc
'.' is not recognized as an internal or external command,
operable program or batch file.

@extremecoders-re
Copy link
Owner

You have to compile pycdc from source code. I also have a repository that provides precompiled pycdc.

Download pycdc.exe from https://github.com/extremecoders-re/decompyle-builds/releases/tag/build-20-Jan-2024-2da061f.

Then run as

C:\> pycdc.exe "C:\Users\Godis\Downloads\Genesis 1 Quiz - AKJV.exe_extracted\Questions for Genesis 1.pyc"

@ghost
Copy link
Author

ghost commented Feb 2, 2024

C:\Users\Godis>C:> pycdc.exe "C:\Users\Godis\Downloads\Genesis 1 Quiz - AKJV.exe_extracted\Questions for Genesis 1.pyc"
'C:' n’est pas reconnu en tant que commande interne
ou externe, un programme exécutable ou un fichier de commandes.

@extremecoders-re
Copy link
Owner

Don't write C: at the front.

Just write or paste the following at the command prompt.

pycdc.exe "C:\Users\Godis\Downloads\Genesis 1 Quiz - AKJV.exe_extracted\Questions for Genesis 1.pyc"

@ghost
Copy link
Author

ghost commented Feb 8, 2024

Thanks very much, I was able to solve it! God bless :)

@ghost ghost closed this as completed Feb 8, 2024
This issue was closed.
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