Currently Semi VB Decompiler does not recover global constants/variables.
I will have to do some research in how VB stores constants. Probably possible for to add constant string recovery but for others not to sure.
For VB5/VB6
P-Code compiled applications it recovers the P-Code tokens of procedures/events.
Native compiled applications just a basic disassembly of the events.
For VB.net and other .Net applications (Not released yet for wait for 0.06 Release)
Does an IL disassembly of the entire application, just like ILDasm.
For VB4 32bit applications (Not released yet for wait for 0.06 Release)
Just recovers the forms for now until I do some more research on it.
I will have to do some research in how VB stores constants. Probably possible for to add constant string recovery but for others not to sure.
For VB5/VB6
P-Code compiled applications it recovers the P-Code tokens of procedures/events.
Native compiled applications just a basic disassembly of the events.
For VB.net and other .Net applications (Not released yet for wait for 0.06 Release)
Does an IL disassembly of the entire application, just like ILDasm.
For VB4 32bit applications (Not released yet for wait for 0.06 Release)
Just recovers the forms for now until I do some more research on it.


