VB Decompiler Lite is a 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 combined together to interpret p-code or into native code. Since p-code consists of commands with high levels, 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 Lite restores source code from p-code as much as possible accurate. And after a few changes, you can try to compile the generated code. If a program has been consolidated into native code, restoring full source code from machine instructions is not possible. But VB Decompiler Lite can help to analyze the program even in this situation as well. It contains a powerful disassembler and emulator. This powerful engine tries to decode most assembler instructions to most likely VB commands. Of course, this is not some optimized assembler code and sometimes generate erroneous instructions. But at the moment it is the best way to study the application of the native code. If the program are grouped together. NET assembly, decompiler will recover all tables and modules in managed assembly and disassemble all methods, functions and events using IL disassembler. . NET Framework is not needed for decompilation. In general, VB Decompiler Lite is a perfect tool for analyzing programs and it is perfect if you lose the source code and need to partially restore project.VB Decompiler Lite is a perfect tool for learning programs and recovering lost source code.
| Category: Programming|Debuggers/Decompilers/Disassemblers Developer: DotFix Software Size: 13 MB |
No comments:
Post a Comment