8 lines
202 B
Bash
Executable File
8 lines
202 B
Bash
Executable File
#!/bin/bash
|
|
|
|
~/AFLplusplus/afl-cc -O0 test-cmplog.c -o test-cmplog.afl
|
|
AFL_LLVM_CMPLOG=1 ~/AFLplusplus/afl-cc -O0 test-cmplog.c -o test-cmplog.cmplog
|
|
|
|
cp ./test-cmplog.afl ..
|
|
cp ./test-cmplog.cmplog ..
|