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

Provide a progress indicator for crash export #376

Closed woodruffw closed 6 years ago

woodruffw commented 6 years ago

Exporting about 60 crashes took about 20 seconds, so we should probably provide some sort of progress or status indicator so that users know that we're processing the export.

woodruffw commented 6 years ago

This should be do-able by just adding a callback parameter to TriageExport.export() that updates some kind of counter or indicator in the GUI.