extremecoders-re
extremecoders-re
There should be a pyz file within the extracted directory. What's the size of that file?
Please make sure you're using the same version of Python as the one used to build the executable. Running pyinstxtractor in a different version of Python would skip pyz extraction....
Loading at runtime doesn't matter. If the pyz is there it should be extracted, unless its using a custom pyinstaller bootloader.
Yes this is a Python 2 project. PjOrion is Python 2 as I'm aware. No idea about the recent versions of PjOrion though.
You have to use Python 2 to run the project. Won't work with Python 3. The error is related to difference between bytes and strings in between Python 2 &...
`xdis.magics.versions` isn't used as this doesn't solves the problem of unmarshalling code object of a different Python version than the one used to build the executable. Using the same version...
This feature has been introduced in the form of a separate tool pyinstxtractor-ng which uses xdis to unmarshal https://github.com/pyinstxtractor/pyinstxtractor-ng
That's correct. Old versions of pyinstaller store the code as-is. As there doesn't seem to have a definite way to find the exact version of PyInstaller, one workaround can be...
Please check again with the latest build. This should be working now.
In a Python 3.7 environment, run ``` $ python3.7 pyinstxtractor.py pyre.exe [+] Processing pyre.exe [+] Pyinstaller version: 2.1+ [+] Python version: 3.7 [+] Length of package: 5796250 bytes [+] Found...