diff options
| author | vanhauser-thc <vh@thc.org> | 2021-02-11 10:20:36 +0100 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2021-02-11 10:20:36 +0100 |
| commit | f4cac37b04ce8068a6d426c5e357c164853b159b (patch) | |
| tree | 97742a60cb87de2bc84562aa55c6513178bf29a4 /instrumentation | |
| parent | 5b2634f711e95b48b6105d3cac659e51706ff4e9 (diff) | |
| download | afl++-f4cac37b04ce8068a6d426c5e357c164853b159b.tar.gz | |
typos
Diffstat (limited to 'instrumentation')
| -rw-r--r-- | instrumentation/README.instrument_list.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instrumentation/README.instrument_list.md b/instrumentation/README.instrument_list.md index b7dfb40c..25b99074 100644 --- a/instrumentation/README.instrument_list.md +++ b/instrumentation/README.instrument_list.md @@ -47,7 +47,7 @@ A special function is `__afl_coverage_interesting`. To use this, you must define `void __afl_coverage_interesting(u8 val, u32 id);`. Then you can use this function globally, where the `val` parameter can be set by you, the `id` parameter is for afl-fuzz and will be overwritten. -Note that useful parameters are for `val` are: 1, 2, 3, 4, 8, 16, 32, 64, 128. +Note that useful parameters for `val` are: 1, 2, 3, 4, 8, 16, 32, 64, 128. A value of e.g. 33 will be seen as 32 for coverage purposes. ## 3) Selective instrumenation with AFL_LLVM_ALLOWLIST/AFL_LLVM_DENYLIST |
