I have two programs:
When A.exe is running, it calls B.exe with a series of arguments.
Any suggestions as to how can I see these arguments? I could write another B.exe program to do that, but it sounds more complicated than it needs to be.
Ideas?
|
I have two programs: When A.exe is running, it calls B.exe with a series of arguments. Any suggestions as to how can I see these arguments? I could write another B.exe program to do that, but it sounds more complicated than it needs to be. Ideas?
| |||
|
feedback
|
|
Have a look at http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx | |||||||||||||
feedback
|
|
I think Windows SDK has xperf.exe and it can trace process calls too. Not sure. Not a Win* man. | |||
|
feedback
|
|
This should work on Windows an Linux, but I'm not sure:
| |||
|
feedback
|