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

Use session managers when invoked from CLI #347

Closed ehennenfent closed 5 years ago

ehennenfent commented 5 years ago

The SessionManager context manager we use to track runs from the GUI is only used in the QT threads, not the Python collections. As such, if we run in headless mode, we don't record any coverage or performance information over time. This shouldn't be a difficult fix; I just haven't gotten to it yet.

ehennenfent commented 5 years ago

91fca88 & c94d474