kani icon indicating copy to clipboard operation
kani copied to clipboard

Integrate `mmap` model from CBMC

Open feliperodri opened this issue 1 year ago • 3 comments

Currently, we have harnesses blocked by unsupported libc libraries. Current blockers:

  • mmap;
  • sysconf;

We should rely on CBMC C Library models while make sure that customers can create their own stubs of these models in Kani as well.

feliperodri avatar Jun 20 '23 17:06 feliperodri