symbiotic
symbiotic copied to clipboard
add & verify our implementations of library functions
Add these functions:
- [ ] sscanf, scanf, etc.
- [ ] strtoll, strtod, strspn (some of them maybe are already there)
- [ ] __ctype_b_loc behaves wrong (it does not link always and is made symbolic)
- [ ] memchr
or use KLEE's posix staff
请问有示例代码么? llvmlite实现scanf
is there any sample code on implementation of scanf function using llvm? tks
Check e.g., https://github.com/klee/klee-uclibc (you can always compile the C code to LLVM).