https://github.com/pyinstxtractor/pyinstxtractor-ng
https://github.com/pyinstxtractor/pyinstxtractor-ng/releases
A standalone binary version of pyinstxtractor. This tool doesn't require Python to run and can extract all supported versions of PyInstaller. It also supports encrypted pyinstaller executables.
https://pyinstxtractor-web.netlify.app/
web interface to same
https://github.com/pyinstxtractor/pyinstxtractor-ng/releases
A standalone binary version of pyinstxtractor. This tool doesn't require Python to run and can extract all supported versions of PyInstaller. It also supports encrypted pyinstaller executables.
https://pyinstxtractor-web.netlify.app/
web interface to same
pyinstxtractor-ng is a tool to extract the contents of a Pyinstaller generated executable file. Both Linux ELFs and Windows PE executables are supported.
This project is a fork of pyinstxtractor.
pyinstxtractor-ng uses the xdis library to unmarshal Python bytecode and as a result there is NO requirement to use the same Python version which was used to build the executable.
pyinstxtractor-ng also supports automatic decryption of encrypted pyinstaller executables.
Click to expand...