Semi VB Decompiler
This is the only open source example that allows you to look inside the file format of vb 6.0 native/pcode exe or ocx.
It uses COM to find out the opcodes for the grahpical components of the exe, which means less things need to be hardcoded.
Learn the important visual basic strutures in a vb exe , understand why COM is an important part of the visual basic system, and see what is going on behind the scenes in your program. Enjoy.
Release 0.03
Added Ocx Support
Added P-Code procedure decompile to P-Code tokens.
Added Image Extraction
Added Better Handling of Control properties.
Added Form Patch Editor
Added Syntax Coloring.
Better support of User Controls/And MDI Forms.
Api's Recovered
Procedure Names recovered for Forms and classes.
Resizing of the windows added.
Numerous Bug fixes and other things added.
Begun work on a basic antidecompiler.
Features Advanced decompiling using COM via VB6.OLB
Using COM allows me not to have to hard code every single property
The only properties that need to be hardcoded is the size, font, and dataformat opcodes.
One day I hope to use msvbvm60.dll instead of vb6.olb so nothing will have to be hardcoded.
Last edited by vbgamer45; Sep 5th, 2004 at 12:20 PM.