extremecoders-re / pyinstxtractor

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

python 3.9.x not work #15

Closed levanhau03 closed 3 years ago

levanhau03 commented 3 years ago

please add support python 3.9.x

extremecoders-re commented 3 years ago

Hi, Python 3.9 is already supported. Test binaries: https://github.com/extremecoders-re/pyinstxtractor-test-binaries

levanhau03 commented 3 years ago

pydata.zip https://drive.google.com/file/d/1AG4RxplR53933ugiBcjpRas3_yUWAGb6/view?usp=drive_web Error: Failed to decompress PYZ-00.pyz_extracted this version 3.8

Vào Th 4, 7 thg 4, 2021 vào lúc 18:15 Rom Builder @.***> đã viết:

Error: Failed to decompress PYZ-00.pyz_extracted this version 3.8

Vào Th 4, 7 thg 4, 2021 vào lúc 16:38 Rom Builder @.***> đã viết:

Error: Failed to decompress PYZ-00.pyz_extracted this version 3.8

Vào CN, 4 thg 4, 2021 vào lúc 19:30 extremecoders-re < @.***> đã viết:

Hi, Python 3.9 is already supported. Test binaries: https://github.com/extremecoders-re/pyinstxtractor-test-binaries

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/extremecoders-re/pyinstxtractor/issues/15#issuecomment-813024989, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABR2Z2U4EVRX7GQGLZORQI3THBLUZANCNFSM42LI3QXQ .

extremecoders-re commented 3 years ago

This has been generated with Python 3.8. Pyinstxtractor works fine.

λ python pyinstxtractor.py pydata.dump
[+] Processing pydata.dump
[+] Pyinstaller version: 2.1+
[+] Python version: 38
[+] Length of package: 8662397 bytes
[+] Found 53 files in CArchive
[+] Beginning extraction...please standby
[+] Possible entry point: pyiboot01_bootstrap.pyc
[+] Possible entry point: pyi_rth_multiprocessing.pyc
[+] Possible entry point: dna.pyc
[+] Found 267 files in PYZ archive
[!] Error: Failed to decompress PYZ-00.pyz_extracted\__future__.pyc, probably encrypted. Extracting as is.
[!] Error: Failed to decompress PYZ-00.pyz_extracted\_compat_pickle.pyc, probably encrypted. Extracting as is.
[!] Error: Failed to decompress PYZ-00.pyz_extracted\_compression.pyc, probably encrypted. Extracting as is.

Additional note: The pyc's inside the pyz are encrypted so you need to decrypt them further as described in the Wiki. Encryption key is HptrjfgxDNA20210

levanhau03 commented 3 years ago

I know, can you add a key to the app ?

Vào Th 5, 8 thg 4, 2021 vào lúc 02:19 extremecoders-re < @.***> đã viết:

This has been generated with Python 3.8. Pyinstxtractor works fine.

λ python pyinstxtractor.py pydata.dump

[+] Processing pydata.dump

[+] Pyinstaller version: 2.1+

[+] Python version: 38

[+] Length of package: 8662397 bytes

[+] Found 53 files in CArchive

[+] Beginning extraction...please standby

[+] Possible entry point: pyiboot01_bootstrap.pyc

[+] Possible entry point: pyi_rth_multiprocessing.pyc

[+] Possible entry point: dna.pyc

[+] Found 267 files in PYZ archive

[!] Error: Failed to decompress PYZ-00.pyz_extracted__future__.pyc, probably encrypted. Extracting as is.

[!] Error: Failed to decompress PYZ-00.pyz_extracted_compat_pickle.pyc, probably encrypted. Extracting as is.

[!] Error: Failed to decompress PYZ-00.pyz_extracted_compression.pyc, probably encrypted. Extracting as is.

Additional note: The pyc's inside the pyz are encrypted so you need to decrypt them further as described in the Wiki. Encryption key is HptrjfgxDNA20210

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/extremecoders-re/pyinstxtractor/issues/15#issuecomment-815163334, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABR2Z2UGGFSFZGVUYQ5NXWLTHSV4DANCNFSM42LI3QXQ .

extremecoders-re commented 3 years ago

It's mentioned here.

https://github.com/extremecoders-re/pyinstxtractor/wiki/Frequently-Asked-Questions#decrypting-pyinstaller--40

extremecoders-re commented 3 years ago

Closing. Feel free to repoen if there're any more questions.