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

Support extending mutated input #322

Closed woodruffw closed 5 years ago

woodruffw commented 5 years ago

Triage: Probably not practical, as it violates program invariants.

Right now we can "decrease" the size of a mutated buffer but NULL-truncating it (or potentially by decreasing the read size, although we haven't implemented this), but we don't have a good way to increase the size.

woodruffw commented 5 years ago

Closing due to infeasibility.