Been busy rewriting and adding new features all the time. Well Semi VB Decompiler is no longer open source and the current version is 0.06. Wow, first time somone responded in a long time. One day I hope to use msvbvm60.dll instead of vb6.olb so nothing will have to be hardcoded. The only properties that need to be hardcoded is the size, font, and dataformat opcodes. Using COM allows me not to have to hard code every single property Numerous Bug fixes and other things added.įeatures Advanced decompiling using COM via VB6.OLB Procedure Names recovered for Forms and classes. Enjoy.Īdded P-Code procedure decompile to P-Code tokens.Īdded Better Handling of Control properties.īetter support of User Controls/And MDI Forms. 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. It uses COM to find out the opcodes for the grahpical components of the exe, which means less things need to be hardcoded. 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.