Ability to decompile forms, user controls, and property pages. The Technical Mechanics of Decompilation
Disassembly of native machine code into assembly instructions. High-speed code emulation for complex routines. Built-in syntax highlighting for better readability.
When a Visual Basic program is compiled, it is usually turned into P-Code (Pseudo Code) or Native Code. P-Code is interpreted by the VB runtime, while Native Code is executed directly by the processor.