python-exe-unpacker icon indicating copy to clipboard operation
python-exe-unpacker copied to clipboard

For Python 3 Magic Number Missing/Bad Marshal Data

Open Roy0309 opened this issue 3 years ago • 0 comments

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.

Roy0309 avatar Jan 04 '22 03:01 Roy0309