pyinstxtractor icon indicating copy to clipboard operation
pyinstxtractor copied to clipboard

Correct Python Version

Open shoya0x00 opened this issue 3 years ago • 4 comments

What Is The Python Version And How To Download It Python version: 309

C:\Users\xapao\Desktop>python pyinstxtractor.py MEGATRON.exe
[+] Processing MEGATRON.exe
[+] Pyinstaller version: 2.1+
[+] Python version: 309
[+] Length of package: 19589023 bytes
[+] Found 75 files in CArchive
[+] Beginning extraction...please standby
[+] Possible entry point: pyiboot01_bootstrap.pyc
[+] Possible entry point: pyi_rth_subprocess.pyc
[+] Possible entry point: pyi_rth_pkgutil.pyc
[+] Possible entry point: pyi_rth_inspect.pyc
[+] Possible entry point: pyi_rth_multiprocessing.pyc
[+] Possible entry point: pyi_rth_win32api.pyc
[+] Possible entry point: pyi_rth_win32comgenpy.pyc
[+] Possible entry point: MEGATRON.pyc
[!] Warning: This script is running in a different Python version than the one used to build the executable.
[!] Please run this script in Python309 to prevent extraction errors during unmarshalling
[!] Skipping pyz extraction
[+] Successfully extracted pyinstaller archive: MEGATRON.exe

You can now use a python decompiler on the pyc files within the extracted directory

shoya0x00 avatar Jun 10 '22 09:06 shoya0x00

Likely 3.9

extremecoders-re avatar Jun 10 '22 11:06 extremecoders-re

Likely 3.9

Tried on python 3.9 still gives same error. Maybe detection of py version in pyinstxtractor has problem. I checked manually and found that the version of python used is 3.9.9***

shoya0x00 avatar Jun 10 '22 11:06 shoya0x00

@extremecoders-re is there any way I can make it detect the py exe as 3.9 package. So I can unpack it

shoya0x00 avatar Jun 13 '22 09:06 shoya0x00

Please try again with the latest commit. It should detect it as Python 3.9.

extremecoders-re avatar Jun 13 '22 11:06 extremecoders-re

working

shoya0x00 avatar Sep 05 '22 12:09 shoya0x00