- Flash Exe Decompiler Online
- Freeware Exe Decompiler
- Universal.exe Decompiler
- Dll Decompiler Online
- Delphi Exe Decompiler
- Exe Decompiler Online
Decompile .NET assemblies to C#
VB Decompiler is a decompiler for programs (EXE, DLL, or OCX) written in Visual Basic 5.0 or 6.0. As you know, a VB program can be compiled either into interpreted p-code or into native code. Since p-code consists of high-level commands, it's possible to decompile it into source code (though, of course, you won't get the names of.
dotPeek is a free-of-charge standalone tool based on ReSharper's bundled decompiler. It can reliably decompile any .NET assembly into equivalent C# or IL code.
- To do this, go to the Modules window and from the context menu of a.NET assembly, and then select the Decompile source code command. Visual Studio generates a symbol file for the assembly and then embeds the source into the symbol file. In a later step, you can extract the embedded source code.
- Specify the path to the idaw executable in code → preferences → settings: vscode-decompiler.tool.idaPro.path, e.g. C: IDA68 idaw.exe. Set preference to idaPro (experimental Windows Only) in code → preferences → settings: vscode-decompiler.default.decompiler.selected.
- ODA is an online disassembler for a wide range of machine architectures, including: Alpha, ARM, AVR, Intel x86, Motorola 68000, MIPS, PDP-11, PowerPC, SPARC, Z80, and more! Upload a Windows PE file, ELF, or raw binary and then view the disassembly and object file meta date such as symbols and sections.
The decompiler supports multiple formats including libraries (.dll), executables (.exe), and Windows metadata files (.winmd).
Export decompiled code to Visual Studio projects
As soon as you've decompiled an assembly, you can save it as a Visual Studio project (.csproj). This can potentially save a lot of time if you need to restore lost source code from a legacy assembly.
Download source code and debug third-party code
dotPeek can identify local source code based on PDB files, or fetch source code from source servers such as Microsoft Reference Source Center or SymbolSource.
dotPeek can also perform as a symbol server and supply Visual Studio debugger with the information required to debug assembly code.
dotPeek inherits a lot of features from ReSharper. These include contextual and context-insensitive navigation, usage search, as well as different code structure and hierarchy views.
Find usages of any symbol
Use Find Usages to search for all usages of a symbol, be it a method, property, local variable or a different entity. The Find Results tool window lets you group usages, navigate between them, and open them in the code view area.
Jump to a type, symbol or anything
Whenever you put a caret on a symbol in the code view area, dotPeek offers a plethora of contextual navigation options that are all available via Navigate To drop-down menu.
Flash Exe Decompiler Online
Navigate to related code
dotPeek indexes all assemblies in your assembly list, as well as all assemblies that they reference, and provides features to quickly jump to specific code. For instance, Go to Everything allows searching for an assembly, namespace, type, member, or a recently opened file.
Long-time users of JetBrains ReSharper will feel at home working with dotPeek as it provides ReSharper-like navigation and search, code insight, and familiar keyboard shortcuts.
dotUltimate: Empowering Your .NET
and Visual Studio Development
dotUltimate is a single license that allows a single developer to use these JetBrains tools:
Freeware Exe Decompiler
dotUltimate license also covers plugins for dotCover and dotTrace in Rider.
VB Decompiler
VB Decompiler is a decompiler for programs (EXE, DLL, or OCX) written in Visual Basic 5.0 or 6.0. As you know, a VB program can be compiled either into interpreted p-code or into native code.
Universal.exe Decompiler
Since p-code consists of high-level commands, it's possible to decompile it into source code (though, of course, you won't get the names of variables, functions, etc.). VB Decompiler can restore many p-code instructions. It cannot produce compilable source code but makes it much easier to analyze the program's algorithm and partially restore its source code.
Dll Decompiler Online
Delphi Exe Decompiler
If some program was compiled into native code, you cannot restore the source code from machine instructions. But even in this situation, VB decompiler can greatly help you analyze the program, thanks to a powerful disassembler that supports Pentium Pro commands, including MMX and SSE. VB decompiler lets you to disassemble all functions. It includes a code analyzer too, which searches for all API function calls and string references in the disassembled code and converts them into comments for analyzed strings. In general, VB Decompiler is an ideal tool for analyzing VB programs. It's a must-have if you've lost some source code and need to partially restore your project!