[klee-dev] Best practice to run chmod from GNU Coreutils 6.10

2017-07-25 Thread
Hi all, I use klee docker image 1.3.0 to run experiments on GNU Coreutils chmod.bc with arguments here. But my docker container falls into crash due to this program changes my privilege symbolically and I cannot find any way to repair the container because it cannot start as shown below:

[klee-dev] Question on Klee-array Virtual Machine

2017-10-17 Thread
Hi all, I downloaded the virtual machine for ISSTA'17 paper here, but it requires username and password to login. Does anyone know the correct information needed to run the machine? And where could I find the instructions to compile Binutils 2.27 correctly as *.bc? I try to follow the

Re: [klee-dev] KLEE: ERROR: error loading program 'pallin.c':Invalid bitcode signature

2017-10-12 Thread
It's horrible if you try to install KLEE on Mac OSX machines, the default compile chaining is customized by Apple and it's hard to manage your environment. Please try using the docker image by following the tutorial on the official website. And also you should use *.bc file to feed into KLEE.