pyinstxtractor
pyinstxtractor copied to clipboard
Correct Python Version
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
Likely 3.9
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***
@extremecoders-re is there any way I can make it detect the py exe as 3.9 package. So I can unpack it
Please try again with the latest commit. It should detect it as Python 3.9.
working