Results 1 to 4 of 4

Thread: Decompiling?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Oct 1999
    Posts
    67

    Post

    How do I even begin to decompile a VB6 program
    It's not a very big on only about 15Kb
    I've tried to look at it in Visual C++
    but all I can make out is gibberish
    is there any way to get clear lines of code from the compiled exe
    Thanks for any help

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923

    Post

    Using a Hex editor, I can see things like the names of controls, functions and DLL's etc, but I don't see any lines of code in compiled VB6 EXE's. It would be all too easy for someone to maliciously decompile your programs then...

    Regards,

    ------------------
    - Chris
    [email protected]
    If it ain't broke - don't fix it

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Oct 1999
    Posts
    67

    Post

    There has to be a way to view lines of code
    I need to view the code inside
    Thanks and BTW Visual C++ can be used as a hex editor
    But please keep the ideas comeing

  4. #4
    Guest

    Post

    I have seen the decompiler for VB5. And it only shows you form names and routines. But no actual code. As far as I am concerned, it's not possible to see actuall code once it's compiled. And I have been ALL over the internet looking for a decompiler. Found many, but none worked for version VB4 - 6.

    Knight

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