English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hello All,
I have a exe which has been made out of VB code.
Now, unfortunately I have lost the code and only exe exist.
Is there any way by which I can de-compile back to the original code? Please help this is very urgent.

2007-02-20 22:36:05 · 5 answers · asked by nitin k 1 in Computers & Internet Programming & Design

5 answers

Programs like vb-decompiler can do it, but you won't get back anything that looks like the "original code" unfortunately.

2007-02-20 23:47:55 · answer #1 · answered by moore850 5 · 1 0

Unfortunately, when you compile something into a binary, decompiling the program will not yield any kind of workable code. You will get code, but it will be a mess to sort through and the concensus is that you would probably be better off re-writing the program.

2007-02-20 22:39:44 · answer #2 · answered by Adam P 2 · 2 0

You can't "decompile" a VB exe file into the source code - you have no symbols. (Programs that claim to "decompile" the exe give you something you can kind of figure out program flow from, but you can't "recompile" that junk into a running program. The last version of VB you could really decompile was VB3.) The best you can do is patch the exe file - which means you have to a VERY good asm analyst. If you're that good, it's MUCH easier to just write the program yourself. (You can disassemble the exe with debug - which seems to be missing from Vista.)

2016-05-24 01:36:03 · answer #3 · answered by Carmen 4 · 0 0

Like Adam P said! It doesn't work.

2007-02-20 23:05:30 · answer #4 · answered by Arius 2 · 1 0

get it from your BACKUP.

2007-02-21 03:18:35 · answer #5 · answered by Richard H 7 · 0 0

fedest.com, questions and answers