eurecom-s3 / symcc

SymCC: efficient compiler-based symbolic execution
http://www.s3.eurecom.fr/tools/symbolic_execution/symcc.html
GNU General Public License v3.0
776 stars 135 forks source link

flush stdout when updating the path constraint #17

Closed adrianherrera closed 4 years ago

adrianherrera commented 4 years ago

This ensures that if the target program crashes (likely while fuzzing!) then the constraints will still be logged correctly.

sebastianpoeplau commented 4 years ago

Nice, thank you @adrianherrera!