I created executable(.exe) using pyinstaller. I would like to extract python code stored by pyinstaller. How to get it?
Asked
Active
Viewed 286 times
1
-
Possible duplicate of [How to decompile files from PyInstaller PYZ file](https://stackoverflow.com/questions/18303122/how-to-decompile-files-from-pyinstaller-pyz-file) – Amar Apr 05 '18 at 03:26
-
Pyinstaller stores python scrips in .pyd file. I tried the solution you provided, it failed to detect PYZ, .pyd files. – user9463431 Apr 05 '18 at 14:30
-
i wanted to post this instead by SO does not allow sister sites: https://reverseengineering.stackexchange.com/questions/160/how-do-you-reverse-engineer-an-exe-compiled-with-pyinstaller – Amar Apr 06 '18 at 01:22