
GitHub - LookiMan/EXE2PY-Decompiler
Jun 11, 2021 · 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.
GitHub - extremecoders-re/pyinstxtractor: PyInstaller Extractor
PyInstaller Extractor is a Python script to extract the contents of a PyInstaller generated executable file. The header of the pyc files are automatically fixed so that a Python bytecode decompiler will …
GitHub - WithSecureLabs/python-exe-unpacker: A helper script for ...
Several YARA rules are available to determine if the executable is written in python (This script also confirms if the executable is created with either py2exe or pyinstaller).
ItsMerkz/Python-Exe-Decompiler - GitHub
Decompiles Exe's That Were Compiled Using Pyinstaller - ItsMerkz/Python-Exe-Decompiler
A powerful tool allowing you to reverse .EXE back to .PY
💨 Riptide 💨 Riptide is a tool allowing you to reverse .EXE files compiled with PyInstaller back to the original source, Python, showing you the source code of the file.
GitHub - endgameinc/Py2ExeDecompiler
Py2ExeDecompiler Decompiles Exe created by Py2Exe using uncompyle6 for both python 2 and 3. Contact: Amanda Rousseau (@malwareunicorn) Download the release here: Py2ExeDecompiler.exe
How to decompile python3 EXE files to py - GitHub
In this tutorial, we will learn how to decompile executable applications in Python and get the source code for the program, for reverse engineering purposes and others.
GitHub - snootysteppes/Py2ExeDumper: A py2exe decompiler, going …
Py2ExeDumper is a Python-based tool designed to extract Python bytecode (.pyc files) from a py2exe executable and optionally decompile the extracted .pyc files into Python source code.
a multi-threads tool for decompile exe,elf,pyz,pyc packed by python ...
About a multi-threads tool for decompile exe,elf,pyz,pyc packed by python which is base on pycdc and uncompyle6.
GitHub - matiasb/unpy2exe: Extract .pyc files from executables created ...
For .exe files generated with Python 2.x, you will need to run unpy2exe with Python 2.x; similarly, for Python 3.x .exe files, you will need to run unpy2exe with Python 3.x.