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
773 stars 135 forks source link

libwrappers: symbolic getchar #67

Closed adrianherrera closed 2 years ago

adrianherrera commented 3 years ago

Per the man page,

getchar() is equivalent to getc(stdin).
sebastianpoeplau commented 2 years ago

Nice, thank you! (And sorry for the delay...)