# pyinstxtractor-ng > Extract contents of PyInstaller-generated executables without needing matching Python version **Category:** [[categories/statically-analyze-code-python|Statically Analyze Code > Python]] | **Tier:** Rich (FOR610) **Docs:** [https://docs.remnux.org/discover-the-tools/statically+analyze+code/python](https://docs.remnux.org/discover-the-tools/statically+analyze+code/python) ## Usage ```bash pyinstxtractor-ng ``` ## Related Tools - [[tools/decompyle|Decompyle++]] — Python bytecode disassembler and decompiler. - [[tools/pyinstaller-extractor|pyinstaller-extractor]] — Extract contents of a PyInstaller-generated PE files. - [[tools/uncompyle6|uncompyle6]] — Decompile Python bytecode (.pyc) back to source — supports P #python #pyinstaller #extraction