NVISOsecurity / decompile-py2exe

Decompile py2exe Python 3 generated EXEs
Apache License 2.0
107 stars 44 forks source link

"Missing uncompyle6 Python module, please check if it is installed." #3

Closed ljharnish closed 2 years ago

ljharnish commented 2 years ago

I've tried for hours to fix this but nothing works, even installing different python versions and installing, reinstalling, everything I can do basically.

image_2022-03-29_210618

DidierStevens commented 2 years ago

Can you try with the compiled script? That should work: https://github.com/NVISOsecurity/decompile-py2exe/blob/master/Binaries/decompile-py2exe.exe

ljharnish commented 2 years ago

Can you try with the compiled script? That should work: https://github.com/NVISOsecurity/decompile-py2exe/blob/master/Binaries/decompile-py2exe.exe

That seems to have gotten me farther but now im stuck with this.

image

DidierStevens commented 2 years ago

That means your executable was not compiled with py2exe. Or that it has been tampered with to make it unrecognizable.

ljharnish commented 2 years ago

That means your executable was not compiled with py2exe. Or that it has been tampered with to make it unrecognizable.

Alright, thanks for the help man.

Hinkiii commented 2 years ago

I'll say it can't decompile my py2exe file that I made a while ago

Dating back to 2/8/2021 I have an exe from py2exe without it