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

GUI: Add options/inputs for coverage configuration #283

Closed woodruffw closed 6 years ago

woodruffw commented 6 years ago

The GUI should expose a checkbox corresponding to the -b (enable bucketing) option, as well as an input box corresponding to -s <NUM> (strategy stickiness factor). These get passed to the sever, so they won't take effect if the GUI is started with the server already running; we should probably restart the server when they're changed.

woodruffw commented 6 years ago

Closing this because it adds to much complexity for our target end users. We'll just choose the best coverage options with a heuristic.