• 0

VB6 decompiler


Question

Recommended Posts

  • 0

First, why do you want to know?

Secondly, you can't. It isn't decompilable.

The best you can do is extract the Forms, and the subs/functions. It doesn't restore the code inside those subs/functions. It is really only useful if you lost the source for a program.

Link to comment
https://www.neowin.net/forum/topic/222142-vb6-decompiler/#findComment-584619402
Share on other sites

  • 0
  Post-It Note said:
First, why do you want to know?

Secondly, you can't.  It isn't decompilable.

The best you can do is extract the Forms, and the subs/functions.  It doesn't restore the code inside those subs/functions.  It is really only useful if you lost the source for a program.

Wrong. You can decomible VB6 code. There are many commercial decompilers available, and they do work.

And VB6's "binary" is not actually binary.

Link to comment
https://www.neowin.net/forum/topic/222142-vb6-decompiler/#findComment-584622621
Share on other sites

  • 0

man. i have a decompiler that decompiles the code exactly .. even the comments!!!(exe's and ocx's too!!) but it costs alot and you can use a trial version that decompiles only some code.. i'll look into it(cuz i forghot the name) if you're interested..

Link to comment
https://www.neowin.net/forum/topic/222142-vb6-decompiler/#findComment-584623065
Share on other sites

  • 0

There's no quick and simple way of doing this. There is a site (can't remember exactly where) that will do it for you at a price since it's manual work. They were planning on releasing a program to do it but I think the project died.

Edit: The site is http://www.decompiler.org/, and apparently they've almost finished the decompiler :blink:

Link to comment
https://www.neowin.net/forum/topic/222142-vb6-decompiler/#findComment-584623166
Share on other sites

  • 0
  Lee McDermott said:
He's lying... from what I know, apps to a lengthy extent CANNOT be decompiled... just not feasable

yes they can, get a little more education on the subject then speak... .NET apps, and VB Classic apps can be decompiled VERY easily, as long as they arnt obsfucated.

Link to comment
https://www.neowin.net/forum/topic/222142-vb6-decompiler/#findComment-584623358
Share on other sites

  • 0
  sourcer***** said:
man. i have a decompiler that decompiles the code exactly .. even the comments!!!(exe's and ocx's too!!) but it costs alot and you can use a trial version that decompiles only some code.. i'll look into it(cuz i forghot the name) if you're interested..

oh drop the BS.. comments are *NOT* compiled into code in ANY language

Link to comment
https://www.neowin.net/forum/topic/222142-vb6-decompiler/#findComment-584624583
Share on other sites

  • 0

VB6 apps can be decompiled easily and some times even perfectly. However, it only requires average IQ for the author to protect his .exe from such actions... So if the .exe is not the one directly compiled by VB and has undergone further treatment, its very difficult (or even impossible) to decompile it...

/Raptor

Link to comment
https://www.neowin.net/forum/topic/222142-vb6-decompiler/#findComment-584626923
Share on other sites

  • 0
  sourcer***** said:
so.. u think i'm liying? ok that's fine ... maybe you want  a screenshot :p , but i won't bother

dude, I've been working in development professionaly for many years, I know the in's and out's of how compilers and linkers work and have even writen one myself.. i can tell you for a fact it is physically IMPOSSIBLE to get comments out of compiled code.. the only way it could even come close is if you have precompiled database files with debug information and even they don't have comments in them in the majority of the languages or are even sent out with programs that are release builds! and screenshots cant prove crap, you'd have to give a working example for someone to test it out on but since its impossible have fun trying to do that

Link to comment
https://www.neowin.net/forum/topic/222142-vb6-decompiler/#findComment-584628961
Share on other sites

  • 0
  Goalie_CA said:
Hmm, i'm a compy engineering student and i can't seem to figure out why compilers would want to store thousands of kb of comments and somehow attach that to line numbers.

thats because they don't store them ;) you need the original source and a PDB precompiled debug database file to link the executing program to the debug symbols then back to the source to get them :)

Link to comment
https://www.neowin.net/forum/topic/222142-vb6-decompiler/#findComment-584648319
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.