Exe Decompiler Online Free Portable May 2026
Best for: Navigation and quality of decompilation.
dotPeek is a free .NET decompiler from JetBrains. While the installer is typical, you can run it in portable mode via command line or extract the installer using 7-Zip. Alternatively, use dotPeek_Portable community launchers. exe decompiler online free portable
Pro tip: dotPeek can act as a local server (via its "Symbol Server" feature), effectively making it "online" on your local network. Best for: Navigation and quality of decompilation
Result: You now have a functional Visual Studio project rebuilt from the EXE. Pro tip: dotPeek can act as a local
If your EXE is not .NET, you need a native decompiler. The best free option is Ghidra (developed by the NSA). Ghidra is not lightweight, but it has a portable version – you can run it from a USB drive if you have Java installed.
Limitation: Ghidra produces C-like pseudocode, not original source. You will see local_10 variables and assembly interleaved.
Let’s assume you have a .NET executable (lost_app.exe) and you want to recover the C# source code using a free portable tool (dnSpy) .



