trailofbits / sienna-locomotive

A user-friendly fuzzing and crash triage tool for Windows
https://blog.trailofbits.com/user-friendly-fuzzing-with-sienna-locomotive
GNU Affero General Public License v3.0
131 stars 24 forks source link

sl2: Close dead server windows #356

Closed woodruffw closed 6 years ago

woodruffw commented 6 years ago

Closes #354.

cc @ehennenfent

woodruffw commented 6 years ago

This leaves server windows open for the CLI, but closes them by default for the GUI. I'm not sure yet how to expose this visually, since the close_on_exit parameter gets passed to ServerThread on instantiation and might be difficult to change between runs. Maybe in the profile dialog?

ehennenfent commented 6 years ago

Maybe, but I'd rather you focus on #355 for now.

woodruffw commented 6 years ago

Going to avoid exposing this in the GUI for now, since end users shouldn't/won't need to interact with the server directly and we can always change that one line ourselves.