make
and if you want to run some tests
make test
After running make
(of course)
opt -load lib/libMackeOpt.so -listallfuncs examples/divisible.bc -disable-output
opt -load bin/libMackeOpt.so -changeentrypoint bin/greetings.bc -nef french -o bin/mod.bc
opt -load bin/libMackeOpt.so -encapsulatesymbolic bin/not42.bc -encapsulatedfunction not42 -o bin/not42-klee.bc
klee bin/not42-klee.bc
Please run make format
before your commits