Skip to content

Instantly share code, notes, and snippets.

@moyix
Created July 22, 2016 18:18
Show Gist options
  • Save moyix/d174f3079122b8cbe8f7eebe82f8d0b6 to your computer and use it in GitHub Desktop.
Save moyix/d174f3079122b8cbe8f7eebe82f8d0b6 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd "$1"/toy/
klee --simplify-sym-indices --write-cvcs --write-cov --output-module --disable-inlining --optimize --use-forked-solver --use-cex-cache --libc=uclibc --posix-runtime --allow-external-sym-calls --only-output-states-covering-new --max-sym-array-size=4096 --max-instruction-time=30. --max-time=18000. --watchdog --max-memory-inhibit=false --max-static-fork-pct=1 --max-static-solve-pct=1 --max-static-cpfork-pct=1 --switch-type=internal --randomize-fork --search=random-path --search=nurs:covnew --use-batching-search --batch-instructions=10000 ./toy.bc A --sym-files 1 128 --sym-stdout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment