pyinstxtractor
pyinstxtractor copied to clipboard
No pyc file generated
Hello, I am currently attempting to reverse engineer the executable file of DragGAN, which is a combined version created by someone else. However, I encountered an issue where it seems that it did not generate .pyc files. Some users suggested it might be due to the Python version, recommending replacing struct, but I found that both options are the same. Could it be that Python 3.10 is not supported? If so, what should I do? Here is the link to my executable file.
https://drive.google.com/file/d/1NrXk6C_C-VN7vESLrjYg0kXxjdbT_bJk/view?usp=drive_link
You've to run pyinstxtractor.py using Python 3.10 - the same version used to build the executable. Also you seem to be using an old version of pyinstxtractor - not the one here. Otherwise pyinstxtractor works just fine on your exe.
Thank you, I'll try it out and wish you a happy new year!