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.
1 comment
Eric
Posted on:09 Aug 2016 05:00
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.