Dongjia "toka" Zhang bc91436ef4
Refactor cmplog observers (#1603)
* refactor

* Rename Everything

* fmt

* chg

* test

* aa

* doc fix

* fix?

* doc
2023-10-06 15:22:11 +02:00

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 ..