mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-16 11:58:08 +00:00
Fix line length
This commit is contained in:
@ -285,12 +285,12 @@ mode.
|
||||
```
|
||||
|
||||
- GCC_PLUGIN mode only: Setting `AFL_GCC_INSTRUMENT_FILE` or
|
||||
`AFL_GCC_ALLOWLIST` with a filename will only instrument those files
|
||||
that match the names listed in this file (one filename per line).
|
||||
|
||||
Setting `AFL_GCC_DENYLIST` or `AFL_GCC_BLOCKLIST`
|
||||
with a file name and/or function will only skip those files that match
|
||||
the names listed in the specified file. See
|
||||
`AFL_GCC_ALLOWLIST` with a filename will only instrument those files that
|
||||
match the names listed in this file (one filename per line).
|
||||
|
||||
Setting `AFL_GCC_DENYLIST` or `AFL_GCC_BLOCKLIST` with a file name and/or
|
||||
function will only skip those files that match the names listed in the
|
||||
specified file. See
|
||||
[instrumentation/README.instrument_list.md](../instrumentation/README.instrument_list.md)
|
||||
for more information.
|
||||
|
||||
@ -298,8 +298,8 @@ mode.
|
||||
code with calls to an injected subroutine instead of the much more efficient
|
||||
inline instrumentation.
|
||||
|
||||
Setting `AFL_GCC_SKIP_NEVERZERO=1` will not implement the skip zero test.
|
||||
If the target performs only a few loops, then this will give a small
|
||||
Setting `AFL_GCC_SKIP_NEVERZERO=1` will not implement the skip zero test. If
|
||||
the target performs only a few loops, then this will give a small
|
||||
performance boost.
|
||||
|
||||
## 4) Settings for afl-fuzz
|
||||
|
Reference in New Issue
Block a user