Discussion:
Concrete input values for some variables
ANAS faruqui
2013-07-18 23:13:57 UTC
Permalink
Hi all,

I am trying to run KLEE on gzip. I want to generate test cases when one
parameter is always -d. So how do i give a concrete input while let the
others inputs be symbolic


The command i am using is :

klee --only-output-states-covering-new --libc=uclibc --max-time 36000
--posix-runtime ./gzip.bc --sym-args 2 2 15 --sym-files 1 500


Thanks
-Anas
Cristian Cadar
2013-07-19 10:17:51 UTC
Permalink
Post by ANAS faruqui
I am trying to run KLEE on gzip. I want to generate test cases when one
parameter is always -d. So how do i give a concrete input while let the
others inputs be symbolic
klee --only-output-states-covering-new --libc=uclibc --max-time 36000
--posix-runtime ./gzip.bc --sym-args 2 2 15 --sym-files 1 500
Simply add "-d" after "gzip,bc"

Cristian

Loading...