VB Decompiler 7.5
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.
Export names to IDA via IDC script, HIEW names and to MAP file.
Export names to IDA via IDC script, HIEW names and to MAP file.
- Version Check plugin for checking new versions of VB Decompiler
- Coprocessor emulation improved
- If "Add Address" is unchecked in "Options" you may only use disassembler mode
- New version of Show References plugin
- New unpacker engine
- Control Arrays events detection
- BugFix: Decode first section offset in dumped programs
- BugFix: Lcase and Ucase is not checked in type name
- BugFix: Error in decompiling Labels in Native Code
- Help files changed
- "For Each" decompilation in Native Code
- Screen object
- Printer object
- Clipboard object
- vbGlobal parsing
- vbSingle type of data
- Dispatch vbaLate functions parser
- Clear FPU error checking and objects checking instruction in Native Code
- Parameters detection in unknown P-Code procedures
- Visual Basic 4.0 32 bit forms decompilation
- FPU commands emulation
- BugFix: VB Decompiler now vorking in Windows 2008 Server without crashes
- BugFix: Form parsing if control has no id
- BugFix: Vars parser in Native Code
- New powerful database for external ActiveX
- Recent files history list in File menu
- Detect events for UserControls
- Detection form properties in Native Code
- Detection standard controls properties in Native Code
- New DataBase packed format
- ForEach decompilation (P-Code)
- Packer detection improved
- Decompile for VA supports Native Code now
- Unpacker updated
- New plugin for changing decompiler priority
- Import parser improved
- Native Code emulator fixed
- String references searching)
- New plugin LangeFree for editing language dll name in VB programs (thanks to Executioner)
- All windows centered to owner
- Methods parsing optimized
- Strings parser rewriten (now working spaces after and before
strings and with zero bytes in string)
Blade API Monitor, a developer spy tool, can trace and log API and ActiveX interface with parameters. It can trace any exported functions of any DLLs, log all API call information, predefine 8000 APIs` prototype, and it supports MAP PDB Files, etc.
pblCompare is used to highlight and report on the changes made between versions of library files used for developing PowerBuilder Applications including; complete applications, groups of libraries, single objects.
PCLCodes Translates, Debugs and Disassembles today`s complex HP PCL print streams. It`s the perfect tool for learning PCL. PCLCodes can extract download bitmap fonts from a PCL file and it can show a ASCII character representation of raster data.
A best api monitor tool, Automatic monitor all API and COM Interface. can spy any dll`s api. automatic analysis symbols with pdb files. easy to moitor input/output parameters. Source Code Level Monitor
Displays the list of exported functions and their memory addresses for the specified DLL files. You can easily copy the memory address of the desired function, paste it into your debugger, and set a breakpoint for this memory address.

