owi icon indicating copy to clipboard operation
owi copied to clipboard

make a proper symbolic libc

Open redianthus opened this issue 1 year ago • 3 comments

we should provide a libc where all functions are returning proper symbolic values, this would help in identifying bugs in more real-world code

redianthus avatar Sep 06 '24 14:09 redianthus

Frederico was working on something similar: https://github.com/frediramos/LibcSummaries

I don't know the current state of the project. But, our libc was a very early version of his work which I extended with a bunch of dietlibc's function just to be able to compile some of the benchmarks in aws-encryption-sdk-c

filipeom avatar Sep 06 '24 14:09 filipeom

It seems the repository is private and I can't access it unfortunately

redianthus avatar Sep 06 '24 18:09 redianthus

we should have a look at https://fr.wikipedia.org/wiki/UClibc which is used by KLEE, we could also re-use the KLEE library directly?

redianthus avatar Feb 27 '25 09:02 redianthus