A program for which I do not have the source code to is executing a third-party EXE file. I'd like to find out the arguments that it is sending to the EXE file (i.e. thirdparty.exe -c "foo" -d "bar"). I do know that the initial program is written in Visual Basic.
Are there any tools that I can run that will monitor the execution call and intercept the arguments?
Any help would be appreciated.