Exe's involved
-
Hi, I am having one application (developed by someone else). This application involves so many exes. How can I know the order in which these exe's are called by the application when it runs?? Do I need to build the debug version of the application as well as the exe to debug this application and place them respective folder?? I have to fix a bug in the application. How to do that in this scenario?? Regards, Satya :)
-
Hi, I am having one application (developed by someone else). This application involves so many exes. How can I know the order in which these exe's are called by the application when it runs?? Do I need to build the debug version of the application as well as the exe to debug this application and place them respective folder?? I have to fix a bug in the application. How to do that in this scenario?? Regards, Satya :)
well simplly you can move all the supporting exes to another folder, and then run the main application, Then it will start complaining about the exes missing and you then come to know the order of the supporting exes called.
-
Hi, I am having one application (developed by someone else). This application involves so many exes. How can I know the order in which these exe's are called by the application when it runs?? Do I need to build the debug version of the application as well as the exe to debug this application and place them respective folder?? I have to fix a bug in the application. How to do that in this scenario?? Regards, Satya :)
But breakpoints from the debugger. For more sophisticated debuggin use softice. Long live Matt Patrick
-
well simplly you can move all the supporting exes to another folder, and then run the main application, Then it will start complaining about the exes missing and you then come to know the order of the supporting exes called.
-
Hi, I am having one application (developed by someone else). This application involves so many exes. How can I know the order in which these exe's are called by the application when it runs?? Do I need to build the debug version of the application as well as the exe to debug this application and place them respective folder?? I have to fix a bug in the application. How to do that in this scenario?? Regards, Satya :)
hi simply open the main exe in any text editor , better 2 use a hex editor and search for 'exe'. just a thought, that much only. try it out. rgds...mil10
-
U mean to say that U don't have the code of the application. Then U are trying to do reverse Engineering. If yes? you are going to loose Ur hairs soon.