Loi Luu
2013-09-16 07:43:44 UTC
I make a string variable as symbolic as:
unsigned char password[12];
klee_make_symbolic(password, sizeof(password),"password");
Is there any way like klee_assume to restrict all characters of password to
be only normal characters and numbers?
Thank you,
unsigned char password[12];
klee_make_symbolic(password, sizeof(password),"password");
Is there any way like klee_assume to restrict all characters of password to
be only normal characters and numbers?
Thank you,