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 ?
I have requirment to create application based on exiting application.But we don’t any document
Share
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.