extremecoders-re / pyinstxtractor

PyInstaller Extractor
GNU General Public License v3.0
2.82k stars 604 forks source link

PYZ-00.pyz cannot decrypt. I have tried many ways, but I cannot extract them #78

Closed Pnut-GGG closed 11 months ago

Pnut-GGG commented 11 months ago

This is a very interesting pyinstaller package that seems to rewrite some files in Crypto (such as AES, I guess so because there are Crypto's pyd files in the software root directory)

This is the complete installation package of the software https://pixeldrain.com/u/Ff6FXAQ2 or https://gofile.io/d/eX5GTn

extremecoders-re commented 11 months ago

There are no tricks in that file. Its standard PyInstaller but an old version. There was a bug in pyinstxtractor-ng which was breaking decryption.

This has been fixed in the latest release: https://github.com/pyinstxtractor/pyinstxtractor-ng

Pnut-GGG commented 11 months ago

thank you for your reply