Results 1 to 3 of 3

Thread: Qiuck decompling question

  1. #1

    Thread Starter
    Fanatic Member joltremari's Avatar
    Join Date
    Sep 2000
    Location
    Mississippi
    Posts
    674

    Qiuck decompling question

    What exactly is decompiling? And if someone decompiles your vb program does that mean they get your code?

    Thanks

    JO
    "I have not failed. I've just found 10,000 ways that won't work."
    'Thomas Edison'

    "If we knew what it was we were doing it wouldn't be called research, would it?"
    'Albert Einstein'

    VB6

  2. #2
    jim mcnamara
    Guest
    Yes and no.

    Decompiling is turning an .EXE back into some kind of human readable source. VB6.0 .EXE files do not decompile at all well. This feature was per programmer community request. So, people couldn't take an .EXE and turn it into source code for free.

    VB5.0 is another story. It decompiles beautifully.

    Decompliation is a two edged sword. IF you lose source code, or have legacy code, and five years later you want to change the program & recompile -- the only option is to decompile. There are web sites that do this for a fee. They don't do VB6.

    If you can decompile code, you can resurrect old code, but you also can't protect it from people who want your source.

    All of the .NET family decompiles well - back to what is called IL.
    So, we're back to VB5, almost.

  3. #3
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    Originally posted by jim mcnamara
    Yes and no.

    All of the .NET family decompiles well - back to what is called IL.
    So, we're back to VB5, almost.
    Can VB5 really be decompiled? Because I've heard that vb3 is less are the ones that can be decompiled.
    Baaaaaaaaah

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