Suppose I have helloThere3333.exe installed with the usual program files, shortcuts etc.
It'd be nice to have a MRU list and a browse/run "foo" aka helloThere3333.exe externally and follow its forks, and chase down its SSL/TLSv1/etc activity.
You could pretty easily implement this with the Fiddler extension system. You'd use Process.Start() to invoke the executable, and the ProcessName property inside OnBeforeRequest to hide sessions from other applications.
You could pretty easily implement this with the Fiddler extension system. You'd use Process.Start() to invoke the executable, and the ProcessName property inside OnBeforeRequest to hide sessions from other applications.