NikParam42

Results 6 comments of NikParam42

> Hi guys, you need to change arguments in this part `"cat AFL_FILE | LD_LIBRARY_PATH=./lib/.libs ./bin/.libs/somebin -a -b -c"`. This refers to the binary with coverage, which you want to...

@anse1 Do I understand correctly that to run SQL smith in parallel, it is enough to run it for different databases in postgres?

I solved this error. It was correct to run this way `$ py-afl-fuzz [options] -- python /path/to/fuzzed/python/script [...]` But why is it written like this in README if it's wrong?...

> I can only guess that you did something like > > ``` > $ py-afl-fuzz -i in -o out -- test.py > ``` > > when you actually needed:...

Have you instrumented the program? Which compiler did you use?

How do I use the qtest to do this???