Results 1 to 10 of 10

Thread: VB6- Semi VB Decompiler

Threaded View

  1. #1

    Thread Starter
    Lively Member vbgamer45's Avatar
    Join Date
    Sep 2004
    Posts
    72

    VB6- Semi VB Decompiler

    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.
    Attached Files Attached Files
    Last edited by vbgamer45; Sep 5th, 2004 at 12:20 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width