CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: vb5 decompiler

  1. #1
    Join Date
    Nov 1999
    Posts
    21

    vb5 decompiler

    does anyone know where i can find a vb5 or 6 decompiler. I can only find one for vb3.

    BTW, it's for a program that I made, nothing dodgy.


  2. #2
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    Re: vb5 decompiler

    The likelyhood of finding a decompiler that would behave the way you want it to is slim. When your VB code is compiled into machine language, the compiler applies so many optimizations that if you were to decompile the app, the code would be nearly unintelligible and riddled with GOTO statements.


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

Featured