Fiddler Ideas

The free web debugging proxy for any browser, system or platform.

Run external application and follow

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.

  • Guest
  • Jul 28 2016
  • Under review
  • Attach files
  • Eric Lawrence commented
    9 Aug, 2016 05:54pm

    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.