Discussion:
main function
g***@public.gmane.org
2014-10-18 06:36:51 UTC
Permalink
hi, all

I want to make the arguments of 'main' function symbolic.

For example,
int main(int argr, char* argv[])
{.....}
how to set the argv to a symbolic value?



***@sei.xjtu.edu.cn
Daniel Liew
2014-10-19 11:44:06 UTC
Permalink
Post by g***@public.gmane.org
how to set the argv to a symbolic value?
Please read "Step 4: Introducing symbolic data to an application" in
http://klee.github.io/klee/TestingCoreutils.html. This shows how to
introduce symbolic command line arguments.

Loading...