I have requirment to create application based on exiting application.But we don't any document or source code of that exiting application.So, i would like to know how that application is working.For that is there any way to break .exe application ? looks like its created by VB. Just i would like to see the program , Please advise is there any way to break .exe application and see the program ?
Asked
Active
Viewed 898 times
-1
-
*Existing* application, perhaps? – talonmies Nov 11 '12 at 07:01
-
http://stackoverflow.com/questions/414068/is-there-a-vb6-decompiler – MarkJ Nov 11 '12 at 17:59
1 Answers
0
What you are looking for is basically a decompiler. Depending upon how the program was compiled, you can recover various pieces, but not necessarily everything.
More details in the answers to this question.
-
VB decompiler showing method and functions only.Not source code.Is there any way to get source code ? – user441978 Nov 11 '12 at 03:57