Staging area for work on Integer Overflow Checker (IOC), a clang extension that provides compiler flags to insert check for various sources of integer-related numerical errors, such as use of undefined behavior. Requires corresponding ioc-compiler-rt (https://github.com/dtzWill/ioc-compiler-rt). Rebased on top of upstream periodically.
☆22Oct 31, 2012Updated 13 years ago
Alternatives and similar repositories for ioc-clang
Users that are interested in ioc-clang are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Piecewise debloating toolchain☆15Dec 21, 2019Updated 6 years ago
- IntFlow is an LLVM-based arithmetic error detection tool that combines static information flow tracking and dynamic program analysis☆16Apr 4, 2015Updated 11 years ago
- Applied Symbolic Execution with KLEE/LLVM