In Japanese In German In French In Spanish In Russian In Chinese
VB Decompiler is an advanced tool that can disassembly and decompile programs (EXE, DLL, or OCX) written in Visual Basic 5.0/6.0 and programs based on .NET technology (Visual C#, Visual Basic .NET, etc). As you know, programs written in Visual Basic and C# can be compiled to interpreted pseudo code (p-code), to assembler native code, and to a MSIL .NET assembly (x86 and x64). VB Decompiler supports decompilation for all this formats.
Since p-code consists of high-level commands, most code can be decompiled to source (without the names of variables and some functions). VB Decompiler supports up to 1400 p-code commands and restores source code as precisely as possible. Then you can manually finish that source code and try to compile it again.
In case of a program compiled to native code, VB Decompiler will recover as much of the source code as possible; it achieves a higher success rate than any competitive product. Even in this situation, VB Decompiler can help you analyze the program. It contains a powerful disassembler/emulator that will try to decode as many assembler instructions as possible to the most likely VB commands. Of course, VB Decompiler may fail on some assembler code optimizations and may be unable to recover some code. However, currently it provides the best approach to analyzing native-code applications.
In case of a program compiled to a .NET assembly, VB Decompiler will recover all tables and modules from a managed assembly, disassemble and decompile all methods, functions, and events using the IL disassembler. Most code can be decompiled with good success rate and just with some restrictions. VB Decompiler does not require the .NET Framework to be installed for decompilation. Decompilation is supported on all Windows operating systems and on most virtual systems (Parallels, Wine, etc).
VB Decompiler can decompile all GUI Forms and User Controls from the file. It can also show the offset of each control.
As you can see, VB Decompiler is a great program analyzing tool. It can be a life-saver if you have accidentally lost your source code and need to partially restore your project.
Features of the VB Decompiler | Lite | Personal Educational Home | Business | Business with Tracing Features | Business with Analytic Features |
Decompiling of the forms (frm and frx) and usercontrols (ctl, ctx) | |||||
Code decompilation for the P-Code compiled applications. Recovery pseudo code to the standard Visual Basic instructions with a highest success rate. Processing COM OLE objects, API calls, etc. | |||||
Native Code procedures disassembling (with powerfull Pentium Pro disassembler, with support of the MMX and FPU instruction sets) | |||||
Partially Native Code decompilation (using code emulation engine) | |||||
Disassembling and decompiling .NET code (Visual Basic, Visual C# and other .NET compatible languages) into MS IL and C# code | |||||
Universal x86 unpacker for packed applications (supported UPX, NSPack and other popular compressing tools) | |||||
Two decompilation schemes (with and without stack parsing) | |||||
Recovery and edit the String References with unicode support | |||||
Syntax coloring in decompiled code | |||||
Recovery API calls. Recovery prototypes of most standard Win32 APIs | |||||
Fast decompilation scheme | |||||
Anti-decompilation features to protect your software (obfuscator) | |||||
Powerfull HEX Editor with Copy/Paste and Undo/Redo features | |||||
Save a decompiled data to the single file | |||||
Save procedures list to the MAP file, IDA script or to the HIEW Names file | |||||
Using VB Decompiler to decompile copyrighted code, commercial code, malware analyzing and/or to decompile code for any commercial project | |||||
Activation and using VB Decompiler in a company (one license for one developer) | |||||
Tracing code from procedures and functions of Native Code compiled Visual Basic 5.0/6.0 applications. Code will not started and will be emulated by VB Decompiler. | |||||
Get Analytic Report on the areas (procedures and functions) of the program that perform various manipulations with files, registry, windows, processes, as well as using service functions of Visual Basic to call functions by name (CallByName) and direct access to memory addresses (VarPtr). | |||||
Price |
Decompiling Code |
Disassembling Code |
Decompiling Forms |
HEX Editor |
String References |
Decompiling API |
* Microsoft, Windows, and Visual Basic are registered trademarks of Microsoft Corporation.