-1

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 ?

pnuts
  • 58,317
  • 11
  • 87
  • 139
user441978
  • 831
  • 9
  • 17
  • 28

1 Answers1

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.

Community
  • 1
  • 1
jmoreno
  • 12,752
  • 4
  • 60
  • 91