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

Save FKT File in Minidump #212

Closed ehennenfent closed 6 years ago

ehennenfent commented 6 years ago

Instead of sending the mutation over to the server and letting the server write it into an FKT file, we can create a separate data stream within the minidump and write it straight from the fuzzer. This way we'll only write it when we find a crash.

ehennenfent commented 6 years ago

Merging into #214