Link to home
Start Free TrialLog in
Avatar of wong_k
wong_k

asked on

convert exe to code

hello...i have a vb exe file, anywhere that i can open the source from the exe or any software that i can use to convert the exe to source code. thank you very much and have a nice day my email account is wong_k@lycos.com
ASKER CERTIFIED SOLUTION
Avatar of simonbennett
simonbennett

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BozzoCage
BozzoCage

If you would just like to get out some parts of VB code (some procedure,...), you could use NuMega SmartCheck (http://www.numega.com/devcenter/sc.shtml). It can be used as decompiler, which outputs VB code.
Avatar of Richie_Simonetti
"which outputs VB code."
I don't think so. I have using Smartcheck for vb5 and never saw "Code" in the exact meanings of the word.
Anyway, if the exe is in pseudo-code you will get nothing with that tool.
Yes I agree with most of the comments on here i have not yet seen a Decompiler for VB4,VB5,VB6 the only one that does work is one for vb3. but saying that there is soneone at this time that has started to create one but how true this is i don't know Can't tell you.

this is a link to a decompiler froum most of it's bull crap but you might get lucky

http://decompiler.com/cgi-bin/UltraBoard/UltraBoard.cgi?action=Headlines&BID=3&SID=38140
yes you can get source code out of an exe---with a disassembler good luck he he he
(well you did not say VB source code did you)

Hi!

Here's just a comment:

FYI, decompilers (from what I heard and know) would only return bits of code with lots of errors - not everything.  On top of that, the variables are with names with no sense in it whatsoever.

I also doubt you'll find many choices of decompilers as a decompiler is harder to write than a compiler : |

That's it!

glass cookie : )
Good point, pierre!
:))))
i used this couple years ago :

 http://www.support.ems.ru/~gold/vb5/index.html

to get couple vb5 exe .

but simonbennett  - correct

>>>>
 if you need a decompiler you are either a) up to no good or b) stupid enough not to back up your
own source. Which one is it?
>>>>

In my case we had a contractor, and  he left and deleted all code.

Avatar of wong_k

ASKER

thank for answer