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.
Features:
» Universal unpacking for packed applications (supported UPX, NSPack and more other popular EXE packers)
» Decompiling forms (frm and frx) and usercontrols (ctl) object files
» Fully p-code decompiling (with parsing opcodes to standart vb instructions, with decompile GUID objects)
» 2 p-code decompiling modes (with stack parsing or without stack parsing)
» Disassembling native code procedures
» Disassembling native code procedures with String References and API Calls
» Partially decompiling native code (using code emulation engine)
» Syntax coloring in decompiled code
» String reference list and search engine
» Fast decompiling speed
» Obfuscator for VB5/6 programs
» Patcher for VB5/6 programs
» Save decompiled data to single DB file
» Disassembling .NET programs
» Save procedures list to MAP file, IDC script or to HIEW Names file
Download Here :
NOTE: use password after downloading from mediafire and give password while extracting
No comments:
Post a Comment