LookiMan / EXE2PY-Decompiler

53 stars 21 forks source link

EXE2PY-Decompiler

With this program you can decompile executable files created using pyinstaller or py2exe.

It is also possible to decompile individual cache files back into the original python source code.


Screenshot of the main application window

What's new:

=== Jul 27, 2023 ===

=== Jun 11, 2021 ===

Fixes:

Note:


Screenshot of the running application

Configuration:

Create virtual environment

python -m venv "env"


Activate virtual environment

Linux: source ./env/bin/activate

Windows: ./env/Scripts/Activate.ps1


Upgrade pip:

python -m pip install --upgrade pip


Install requirements:

python -m pip install -r requirements.txt

Development:

Validate-flake8:

flake8 filename.py


Validate-pyright:

pyright filename.py

Usage:

python main.py