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

11 answers

I'm sorry but there is no way you can retrieve the source code of any compiled language from its executable file unless the programming language is written by a penguin or something.

However, you can try disassembling the executable file which will give you the Assembly instructions used by the compiler to compile the source file into an executable. Therefore, unless you know Assembly, there is no way you can see what is going on in the code. I'm sorry.

2007-04-18 18:21:50 · answer #1 · answered by ¼ + ½ = ¾ 3 · 2 0

It does not work that way. All your variables, systems calls, etc are converted to a human unreadable binary format I have seen a program that can convert binary to one of the C languages, but the machine-made code is very hard to understand as all the variables and system references are lost and the code because very illegible. Not to mention doing that is very illegal. People have been fined hundreds of thousands of dollars and thrown in jail for year for doing such a thing.

2016-04-01 08:14:53 · answer #2 · answered by ? 4 · 0 0

If it's VB, you can try decompilers, your mileage may vary. If it's .net, then you're in luck, get a tool called Reflector, you can get all of your source code back from the exe.

2007-04-19 03:22:33 · answer #3 · answered by Pfo 7 · 1 0

Hi,

If tat source code is really important u can buy VB de-compiler from this site

http://www.vb-decompiler.org/

Ha-p Computing...

2007-04-18 18:40:40 · answer #4 · answered by Weraw 2 · 1 0

No you cannot.


Even by dissasembling it.. you will not recover actual source code..

best you could do is get its syscall behavior and some opcodes in ASM


Sorry!


Hope it helps



Blue Chip Hosting staff,
http://www.bluechiphosting.com

2007-04-18 18:18:42 · answer #5 · answered by Anonymous · 1 0

As far as i know there is not. if it was possible to convert exe to source code. we would do it with all the applications and would be able to find their weak point and hack them or modify them.

2007-04-18 18:17:53 · answer #6 · answered by m11gt 2 · 1 0

try to download for DECOMPILERS. but i dont assure that the full code is there but the logic of your codes would be the same of that with the decompiled version.

2007-04-18 18:57:54 · answer #7 · answered by Anonymous · 1 0

I don't think that u can recover.

2007-04-18 18:23:27 · answer #8 · answered by Shaifu 3 · 1 0

rewrite it. or go to msn and download it again.

2007-04-18 18:22:29 · answer #9 · answered by de bossy one 6 · 1 0

no way. that's how programmers earn

2007-04-18 18:20:54 · answer #10 · answered by anne p 3 · 1 0

fedest.com, questions and answers