Results 1 to 11 of 11

Thread: VB decompiler?

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    2

    Post

    Can anyone tell me where to download a VB (5 or 6) decompiler?
    I really need this

    Thx SantaRulz

  2. #2
    Addicted Member
    Join Date
    Jul 1999
    Location
    Bergen, Norway
    Posts
    143

    Post

    There is no Decompiler for vb5 or vb6 except if you want to decompile it into assembly.


    -Lumin

  3. #3
    New Member
    Join Date
    Mar 2000
    Posts
    3

    Post

    Wrong guys there is a VB5 decompiler available!!!!

  4. #4
    New Member
    Join Date
    Sep 1999
    Location
    Sydney
    Posts
    10

    Post

    There is!?

    Where can we find this tool.
    PLASE!!!!!

  5. #5
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    355

    Post

    hmmm and why would u want it?
    buzzwords are the language of fools

  6. #6
    New Member
    Join Date
    Mar 2000
    Location
    Hvalstad, Norway
    Posts
    4

    Post Vb decompiler

    call me crazy but, when you generate an executable, it compiles into a binary file. The compiler vb uses is nearly a copy of that of vc++ (before you try and argue this point, please research this a little and you'll see I'm right) Its not interpreted anymore, therefor you cannot backward decompile a binary file into its original source. Only into assembly.

  7. #7
    New Member
    Join Date
    Feb 2000
    Location
    West Launceston
    Posts
    15

    Post

    http://www.support.ems.ru/%7Egold/vb5/index.html

    that is an online decompiler for vb5, it does not give the source code though it just decompiles the forms and objects on the forms into a vb project or something.

  8. #8
    New Member
    Join Date
    Mar 2000
    Location
    Hvalstad, Norway
    Posts
    4

    Post looks bogus if u ask me..

    http://www.support.ems.ru/%7Egold/vb5/index.html
    looks bogus if u ask me..

  9. #9
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    355

    Post

    hmm thats interesting, tortoise. But you still have the option in VB to compile to P-code (as opposed to native), which is still interpreted. isn't it?
    native code exes can't be d/compiled though, i think.
    the VB compiler isn't exactly the same as the vc++ one: it the parser is different

  10. #10
    New Member
    Join Date
    Mar 2000
    Location
    Hvalstad, Norway
    Posts
    4

    Post Hmm

    Check out the book "Advanced Visual Basic" by the Mandelbrot Set -I think
    chapter 6 or 8 explains the compiler/linker in VB - also VBPJ did an
    article
    about it last year. The Online MSDN has the full text for "Advanced
    Visual
    Basic" so you can read it for free. C2 kicks in after compiling down to P-code so it is the same compiler.


  11. #11
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Cleveland, Ohio
    Posts
    263

    Post

    Learn to program you lazy unprogramming copy-cat bastards!

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