isstac / kelinci

AFL-based fuzzing for Java
Apache License 2.0
231 stars 53 forks source link

make install having issues #15

Closed xycloops123 closed 5 years ago

xycloops123 commented 5 years ago

[] Checking for the ability to compile x86 code... [+] Everything seems to be working, ready to compile. [] Testing the CC wrapper and instrumentation output... unset AFL_USE_ASAN AFL_USE_MSAN; AFL_QUIET=1 AFL_INST_RATIO=100 AFL_PATH=. ./afl-clang -O3 -funroll-loops -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -DAFL_PATH=\"/usr/local/lib/afl\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -DBIN_PATH=\"/usr/local/bin\" test-instr.c -o test-instr echo 0 | ./afl-showmap -m none -q -o .test-instr0 ./test-instr echo 1 | ./afl-showmap -m none -q -o .test-instr1 ./test-instr

Oops, the instrumentation does not seem to be behaving correctly!

Please ping lcamtuf@google.com to troubleshoot the issue.

xycloops123 commented 5 years ago

Wrong issue reported! My bad