This commit is contained in:
Andrea Fioraldi
2019-10-13 10:38:13 +02:00
parent 8f854ee83a
commit ac5b0a3b34
3 changed files with 17 additions and 2 deletions

View File

@ -101,7 +101,7 @@ AFL_COMPCOV_LEVEL=1 is to instrument comparisons with only immediate
values / read-only memory. AFL_COMPCOV_LEVEL=2 instruments all
comparison instructions and memory comparison functions when libcompcov
is preloaded. Comparison instructions are currently instrumented only
on the x86 and x86_64 targets.
on the x86, x86_64 and ARM targets.
Highly recommended.