how to convert vb .exe file to vb source codehow to convert vb .exe file to vb source code
Page 1 of 1
13 Replies - 49475 Views - Last Post: 05 March 2010 - 10:13 PM
#1
how to convert vb .exe file to vb source code
Posted 29 December 2008 - 07:48 AM
how to convert vb .exe file to vb source code
Replies To: how to convert vb .exe file to vb source code
#2
Re: how to convert vb .exe file to vb source code
Posted 29 December 2008 - 07:50 AM
#3
#4
Re: how to convert vb .exe file to vb source code
Posted 29 December 2008 - 02:08 PM
docmic, on 29 Dec, 2008 - 01:03 PM, said:
The .exe doesn't contain any of your original source code anymore. It is compiled to Hexadecimal numbers and can't be converted back.
If you could, then everybody could modify the code of your program and distribute his/her own version.
Maybe if you are an extremely skilled expert hacker and can read Hexadecimal code (that's mental
#5
Re: how to convert vb .exe file to vb source code
Posted 31 December 2008 - 04:25 AM
VultureX, on 29 Dec, 2008 - 01:08 PM, said:
docmic, on 29 Dec, 2008 - 01:03 PM, said:
The .exe doesn't contain any of your original source code anymore. It is compiled to Hexadecimal numbers and can't be converted back.
If you could, then everybody could modify the code of your program and distribute his/her own version.
Maybe if you are an extremely skilled expert hacker and can read Hexadecimal code (that's mental
There are some decompliers available on the web. I tried some before to decomplie some of my own apps and they were very good. I cannot recall what they were called. you normally have to pay but can test a small portion of the app for free.
Bob
#6
Re: how to convert vb .exe file to vb source code
Posted 31 December 2008 - 01:52 PM
yup! you need a decompiler to do this job. This kind of process known as reverse engineering. It means, we are moving backward through the process. it can be done but not too easy...
i ever read an ebook written by someone about this. i can't remember the title and the author. however, maybe you can search it from knowfree.net if i'm not mistaken. i read it a year ago. the ebook is about on how to decompile viruses (.exe) made by visual basic to search for strings. maybe it'll help. there is an added thing; also in vb which can help you to get the source code.
i ever read an ebook written by someone about this. i can't remember the title and the author. however, maybe you can search it from knowfree.net if i'm not mistaken. i read it a year ago. the ebook is about on how to decompile viruses (.exe) made by visual basic to search for strings. maybe it'll help. there is an added thing; also in vb which can help you to get the source code.
kannanpaulkumar, on 29 Dec, 2008 - 06:48 AM, said:
how to convert vb .exe file to vb source code
#7
Re: how to convert vb .exe file to vb source code
Posted 01 January 2009 - 05:20 AM
Here's some extra info:
There are plenty of free tools that successfully decompile VB5 and earlier versions.
VB6 so far cannot be 100% decompiled while all .NET languages can be decompiled correctly.
There are plenty of free tools that successfully decompile VB5 and earlier versions.
VB6 so far cannot be 100% decompiled while all .NET languages can be decompiled correctly.
#8
Re: how to convert vb .exe file to vb source code
Posted 01 January 2009 - 05:31 AM
VultureX, on 29 Dec, 2008 - 03:08 PM, said:
If you followed the link that I provided, you would see that when you disassemble or decompile the output provided is assembler code, not hexadecimal. I think that you are referring to opening a binary executable file with a hex editor, which is a world of difference.
#9
Re: how to convert vb .exe file to vb source code
Posted 01 January 2009 - 11:34 PM
Hehe...
Now I know that decompile exe is not easy like I think before..
Now I know that decompile exe is not easy like I think before..
#10
Re: how to convert vb .exe file to vb source code
Posted 04 January 2009 - 04:50 AM
VBDE.exe is a widely spread decompiler (it has no other name, but always seems to have that title. No icon, just default like a .com or .pif file)
It decompiles vb6 to the point where you have all of the API calls, function names and arguments, but none of the actual CODES for each block...
there are also a couple of VB6 decompilers on planet source code, they mostly only decompile to specefied offsets and no further though.
Anyway, Decompiling of other people's software is USUALLY illegal, so don't go trying that, eh?
It decompiles vb6 to the point where you have all of the API calls, function names and arguments, but none of the actual CODES for each block...
there are also a couple of VB6 decompilers on planet source code, they mostly only decompile to specefied offsets and no further though.
Anyway, Decompiling of other people's software is USUALLY illegal, so don't go trying that, eh?
#11
Re: how to convert vb .exe file to vb source code
Posted 04 January 2009 - 05:32 AM
Rechocto, on 4 Jan, 2009 - 03:50 AM, said:
VBDE.exe is a widely spread decompiler (it has no other name, but always seems to have that title. No icon, just default like a .com or .pif file)
It decompiles vb6 to the point where you have all of the API calls, function names and arguments, but none of the actual CODES for each block...
there are also a couple of VB6 decompilers on planet source code, they mostly only decompile to specefied offsets and no further though.
Anyway, Decompiling of other people's software is USUALLY illegal, so don't go trying that, eh?
It decompiles vb6 to the point where you have all of the API calls, function names and arguments, but none of the actual CODES for each block...
there are also a couple of VB6 decompilers on planet source code, they mostly only decompile to specefied offsets and no further though.
Anyway, Decompiling of other people's software is USUALLY illegal, so don't go trying that, eh?
Wew....
Even it sounds hard, it's still illegal..
Haha...
I'm glad my future dream to be a programmer, not a hacker..
#12
Re: how to convert vb .exe file to vb source code
Posted 05 January 2009 - 05:11 AM
#13 Guest_ravi*
Re: how to convert vb .exe file to vb source code
Posted 05 March 2010 - 10:12 PM
how to convert vb6 to exe
#14
Re: how to convert vb .exe file to vb source code
Posted 05 March 2010 - 10:13 PM
Have you not read the rest of this thread?
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote






|