pyinstxtractor icon indicating copy to clipboard operation
pyinstxtractor copied to clipboard

No pyc file generated

Open Yurains opened this issue 1 year ago • 2 comments

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. 螢幕擷取畫面 2024-02-11 181603 螢幕擷取畫面 2024-02-11 182547

https://drive.google.com/file/d/1NrXk6C_C-VN7vESLrjYg0kXxjdbT_bJk/view?usp=drive_link

Yurains avatar Feb 11 '24 10:02 Yurains

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.

extremecoders-re avatar Feb 11 '24 11:02 extremecoders-re

Thank you, I'll try it out and wish you a happy new year!

Yurains avatar Feb 16 '24 07:02 Yurains