py-decompiler
is a Python tool designed to decompile EXE's built with Pyinstaller files into readable source code using pyinstxtractor and pylingual.
- pyinstxtractor: PyInstaller Extractor
- pylingual: PyLingual is a Python decompilation service that restores Python bytecode back to the Python source code.
- Python
- Requests (
pip install requests
)
To use py-decompiler
, run the following command from the terminal:
python py-decompiler.py <your file name.exe>