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

server: Add event for exposing codecov metrics #302

Closed woodruffw closed 6 years ago

woodruffw commented 6 years ago

Closes #211.

woodruffw commented 6 years ago

I implemented this using a new server event (EVT_COVERAGE_INFO), meaning that clients that want to get code coverage metrics for an arena will need to connect to the server directly and issue that event. As such, the GUI (and/or harness) will probably need to open a server connection in order to expose this to the user.