extremecoders-re / pyinstxtractor

PyInstaller Extractor
GNU General Public License v3.0
2.93k stars 612 forks source link

Decompile incomplete #84

Closed Hamsanand13 closed 8 months ago

Hamsanand13 commented 10 months ago

issue: # WARNING: Decompyle incomplete found in my .py file after decompyle

I don't know where the error occurs. either from pyinstxtractor or from decompile3. can you just explain it?

extremecoders-re commented 10 months ago

This indicates that the decompiler was unable to decompile the pyc file fully. The message is from the decompiler, not pyinstxtractor.