You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library pyinstxtractor used here is outdated, so it doesn't apply to the new version of Python 3 (like 3.8).
I just downloaded the latest one from extremecoders-re/pyinstxtractor: PyInstaller Extractor.
Usage: python pyinstxtractor.py Example.exe uncompyle6 .\Example_extracted\Example.pyc > Example.py
And it works fine for me.
The text was updated successfully, but these errors were encountered:
The library pyinstxtractor used here is outdated, so it doesn't apply to the new version of Python 3 (like 3.8).
I just downloaded the latest one from extremecoders-re/pyinstxtractor: PyInstaller Extractor.
Usage:
python pyinstxtractor.py Example.exe
uncompyle6 .\Example_extracted\Example.pyc > Example.py
And it works fine for me.
The text was updated successfully, but these errors were encountered: