Tool Download

VB-Decompiler

Decompiler of Visual Basic programs

Tool Name:

VB-Decompiler

Tool Version: 10.7

Tool Type: Shareware

Tool Cost In: 99 US$

Tool Target Platform: Windows

Tool OS Support: Win2000,WinXP,Win7 x32,Win7 x64,Windows 8,Windows 10,WinServer,WinOther,WinVista,WinVista x64

Limitations: Lite version is not support decompilation of code, only disassembling

Tool Info URL: Click to view

Video 1: Link for download

Video 2: Link for download

Download 1: Click to download

Download 2: Click to download

Short Description:
Decompiler of Visual Basic programs. Decompiling forms, pseudo code, native code procedures (with power Pentium Pro disassembler and emulation engine), .NET IL code.

Long Description 1:
Decompiler of Visual Basic programs. Decompiling forms, pseudo code (with parse opcodes to standard vb instructions and decompile objects references), decompiling native code procedures (with power Pentium Pro disassembler and emulation engine), decompiling .NET IL code, syntax coloring in decompiled code, string reference list and search engine, fast decompiling speed.

Long Description 2:
VB Decompiler is decompiler for programs (EXE, DLL or OCX) written in Visual Basic 5.0 and 6.0 and disassembler for programs written on .NET technology. As you know, programs in Visual Basic can be compiled into interpreted p-code or into native code. .NET assembly always compiled to just in time compilable IL code. Since p-code consists of high-level commands, there is a real possibility to decompile it into the source code (of course, the names of variables and some functions will not be decompiled). VB Decompiler restores source code from p-code as much as possible precisely. And after some modifications you may try to compile generated code. If a program was compiled into the native code, restoring full source code from machine instructions is not possible. But VB decompiler can help to analyze the program even in this situation as well. It contains a powerful disassembler and emulator. This powerfull engine try to decode most assembler instructions to most likely VB commands. Of course, it fails on some optimizations of assembler code and sometimes generate not correct instructions. But at this time this is a best way to analyze native code applications. If a program was compiled to .NET assembly, decompiler will recovery all tables and modules in managed assembly and disassemble all methods, functions and events using IL disassembler. .NET FrameWork is not needed for decompilation. Decompilation supported on all Windows 32 bit operation systems. In general, VB Decompiler is an ideal tool for analyzing programs and it is perfect if you lose the source code and need to partially restore the project.