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
781 stars 137 forks source link

Improvement/intrinsics #77

Closed adrianherrera closed 1 year ago

adrianherrera commented 3 years ago

Support for intrinsics that commonly popped up in code that I attempted to instrument :)

Thoughts/comments welcome!

sebastianpoeplau commented 1 year ago

This is really nice @adrianherrera! I'm going to rebase the changes on the latest version of the code and try to merge them :blush:

sebastianpoeplau commented 1 year ago

Here's a summary of my changes, apart from resolving conflicts with new code:

adrianherrera commented 1 year ago

Great, thanks @sebastianpoeplau for the rebasing! Definitely would have been happy to do this, so appreciate the extra efforts

sebastianpoeplau commented 1 year ago

Thank you for the high-quality contribution! :wink: