Visual Basic Decompiler 8.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.
The loss of source codes is a very serious problem for many developers. From my personal experience I can say that it is indeed a terrible Misfortune. Imagine you write the program, spend your force, time and money, release compiled program ... But one morning to the customers that you see all your sources are gone (it may be your cat, or aliens. Who knows?) You are in panic . What should you do? Tear one's hair? There is no need. Just take the VB Decompiler and simply decompile your project! VB Decompiler restores the source code from the pseudo-code (P-Code) as close as possible to the original. So, after you may get some really workable source code modifications.
But you ask: what if the program is not compiled to interpreted P-Code, Native Code but in assembler? In this case, of course, you can not get it fully compilable source code. But there is no need for disappointment. VB Decompiler has a built-in powerful disassembler and emulator commands to bring the assembly to the extent possible to the original code. Of course because of the diversity of modern methods of optimization and protection code, the process is not always ideal, but in this situation, VB Decompiler is a ballad you're really in the software analysis and reverse engineering.
And what if you Develop in Visual Studio, using the. NET Framework?
For our decompiler it's not a problem! VB Decompiler Easily restore the structure of life from the tables of the assembly, and will be useful for disassembly and analysis of IL code. Our decompiler does not require. NET Framework. It works fine in any 32-bit Windows operating systems and does not require installing additional software.
As you can see VB Decompiler is an ideal tool for Analyzing and restoring the source code. VB Decompiler is a "must-have" tool for VB-developers, who appreciates Their work, time and money.

