GitHub
github.com › Xenia101 › Executable-file-decompile
GitHub - Xenia101/Executable-file-decompile: Executable file decompile (sample.exe → sample.py)
Executable file decompile (sample.exe → sample.py) - Xenia101/Executable-file-decompile
Author Xenia101
GitHub
github.com › LookiMan › EXE2PY-Decompiler
GitHub - LookiMan/EXE2PY-Decompiler
Starred by 74 users
Forked by 29 users
Languages Python
Videos
01:18
Convert .EXE To Source Code in 79 Seconds! - YouTube
08:05
Convert .EXE to Source Code! - YouTube
How do I decompile a .NET EXE into readable C# source code?
03:22
Decompile .NET based Exe Files - YouTube
03:23
How do I decompile a .NET EXE into readable C# source code? - YouTube
GitHub
github.com › itsKayWat › Exe-Decompiler
GitHub - itsKayWat/Exe-Decompiler: A powerful GUI tool for decompiling and analyzing Electron-based .exe applications. Features ASAR extraction, source map analysis, and live modifications with recompilation support. Built for developers and security researchers.
A powerful GUI tool for decompiling and analyzing Electron-based .exe applications. Features ASAR extraction, source map analysis, and live modifications with recompilation support.
Author itsKayWat
GitHub
github.com › avast › retdec
GitHub - avast/retdec: RetDec is a retargetable machine-code decompiler based on LLVM.
Starred by 8.4K users
Forked by 981 users
Languages C++ 74.0% | YARA 23.5% | Python 1.5% | CMake 0.7% | C 0.2% | Shell 0.1%
GitHub
github.com › uxmal › reko
GitHub - uxmal/reko: Reko is a binary decompiler.
Reko has the ambition of supporting decompilation of various processor architectures and executable file formats with minimal user intervention.
Starred by 2.4K users
Forked by 266 users
Languages C# 97.0% | C++ 1.6% | C 0.7% | Assembly 0.2% | CMake 0.2% | Pawn 0.1%
GitHub
github.com › uglyoldbob › decompiler
GitHub - uglyoldbob/decompiler: A decompiler targeting c and similar languages.
The goal of this program is to decompile an executable program to source code (represented by C), that can then be compiled back into a program that performs the same as the original.
Starred by 49 users
Forked by 9 users
Languages C++ 67.9% | Shell 18.1% | M4 6.9% | Rust 4.3% | Makefile 2.1% | C 0.7%
GitHub
github.com › ItsMerkz › Python-Exe-Decompiler
GitHub - ItsMerkz/Python-Exe-Decompiler: Decompiles Exe's That Were Compiled Using Pyinstaller
Starred by 17 users
Forked by 10 users
Languages Python
GitHub
github.com › extremecoders-re › pyinstxtractor
GitHub - extremecoders-re/pyinstxtractor: PyInstaller Extractor
X:\> python pyinstxtractor.py test.exe [+] Processing dist\test.exe [+] Pyinstaller version: 2.1+ [+] Python version: 36 [+] Length of package: 5612452 bytes [+] Found 59 files in CArchive [+] Beginning extraction...please standby [+] Possible entry point: pyiboot01_bootstrap.pyc [+] Possible entry point: test.pyc [+] Found 133 files in PYZ archive [+] Successfully extracted pyinstaller archive: dist\test.exe You can now use a python decompiler on the pyc files within the extracted directory
Starred by 3.9K users
Forked by 721 users
Languages Python
Dogbolt
dogbolt.org
Decompiler Explorer
Decompiler Explorer is an interactive online decompiler which shows equivalent C-like output of decompiled programs from many popular decompilers.
SourceForge
sourceforge.net › projects › decompiler
Decompiler download | SourceForge.net
Designed with a pluggable architecture, ... formats and many more - support for MS-DOS, Win32, U*ix, AmigaOS , C64, ZX-81 Reko decompiler comes with a GUI and a command-line interface....
GitHub
github.com › serfend › pydumpck
GitHub - serfend/pydumpck: a multi-threads tool for decompile exe,elf,pyz,pyc packed by python which is base on pycdc and uncompyle6.
a multi-threads tool for decompile exe,elf,pyz,pyc packed by python which is base on pycdc and uncompyle6. - serfend/pydumpck
Starred by 378 users
Forked by 36 users
Languages Python
GitHub
github.com › icsharpcode › ILSpy
GitHub - icsharpcode/ILSpy: .NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
The VC++ toolset is optional; if present it is used for editbin.exe to modify the stack size used by ILSpy.exe from 1MB to 16MB, because the decompiler makes heavy use of recursion, where small stack sizes lead to problems in very complex methods.
Starred by 24.2K users
Forked by 3.6K users
Languages C# 98.5% | JavaScript 0.6% | PowerShell 0.3% | Visual Basic .NET 0.2% | HTML 0.1% | Less 0.1%
GitHub
github.com › chentiangemalc › WinBatchDecompiler
GitHub - chentiangemalc/WinBatchDecompiler: Decompiler for EXE created with WinBatch Compiler
Decompiler for EXE created with WinBatch Compiler. Contribute to chentiangemalc/WinBatchDecompiler development by creating an account on GitHub.
Author chentiangemalc
GitHub
github.com › redeflesq › develstudio-decompiler
GitHub - redeflesq/develstudio-decompiler: Decompiler for applications built with DevelStudio
DevelStudio 3.0 EXE Decompiler Auto-DVS · Create a php file with content like this: <?php include_once "Core/Bootstrap.php"; Example to run: "php.exe start.php file_to_decompile.exe" Create new project · Add the [OnCreate] action to the main form · Write down the same as in the PHP ·
Starred by 3 users
Forked by 2 users
Languages PHP
GitHub
github.com › WithSecureLabs › python-exe-unpacker
GitHub - WithSecureLabs/python-exe-unpacker: A helper script for unpacking and decompiling EXEs compiled from python code.
A helper script for unpacking and decompiling EXEs compiled from python code. - GitHub - WithSecureLabs/python-exe-unpacker: A helper script for unpacking and decompiling EXEs compiled from python code.
Starred by 983 users
Forked by 347 users
Languages Python
GitHub
github.com › zfigura › semblance
GitHub - zfigura/semblance: Disassembler for Windows executables. Supports 16-bit NE (New Executable), MZ (DOS), and PE (Portable Executable, i.e. Win32) files.
Disassembler for Windows executables. Supports 16-bit NE (New Executable), MZ (DOS), and PE (Portable Executable, i.e. Win32) files. - zfigura/semblance
Starred by 149 users
Forked by 20 users
Languages C
GitHub
github.com › Numenorean › exe2py
GitHub - Numenorean/exe2py: Decompile exe to py compiled pyinstaller
Decompile exe to py compiled pyinstaller. Contribute to Numenorean/exe2py development by creating an account on GitHub.
Starred by 34 users
Forked by 19 users
Languages Python
GitHub
github.com › NVISOsecurity › decompile-py2exe
GitHub - NVISOsecurity/decompile-py2exe: Decompile py2exe Python 3 generated EXEs
Decompile py2exe Python 3 generated EXEs. Contribute to NVISOsecurity/decompile-py2exe development by creating an account on GitHub.
Starred by 115 users
Forked by 44 users
Languages Python
GitHub
github.com › fossabot › myAut2Exe
GitHub - fossabot/myAut2Exe: myAut2Exe - The Open Source AutoIT Script Decompiler
Try Sample\AutoIt316_TokenFile\TokenTestFile_Extracted.au3 - or DIY: 1. add this line at the beginning of the your au3-sourcecode: FileInstall('>>>AUTOIT SCRIPT<<<', @ScriptDir & '\ExtractedSource.au3') 2. Compile it with the AutoIt3Compiler. 3. Run the exe -> 'ExtractedSource.au3' get's extracted. 4. Now open 'ExtractedSource.au3' with this decompiler.
Starred by 85 users
Forked by 12 users
Languages Visual Basic .NET 48.0% | C 29.3% | C++ 9.0% | TeX 6.9% | HTML 2.7% | AutoIt 2.4%