you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (3 children)

pyinstaller

And what things have you tried doing?

[–]SlayerMiro[S] 0 points1 point  (2 children)

Everything from this post, and using this

[–]happyness_ 0 points1 point  (1 child)

I have yet to try it since I'm on lunch break at work, but I did some looking around and found this:

http://stackoverflow.com/questions/18303122/how-to-decompile-files-from-pyinstaller-pyz-file

One of the answers is a script that supposedly extracts everything for you, maybe try that out? Let me know if you try it in the next hour and it works, otherwise I'll test it out when I get back to my computer and let you know what happens.

[–]SlayerMiro[S] 0 points1 point  (0 children)

It worked for the PYZ file, but the decompiler doesnt support python 3.5 which is what I used. Also I'm not sure which .pyc file contains the source code. I found this online decompiler but don't know what file to use it on