diff options
author | vanhauser-thc <vh@thc.org> | 2021-07-23 09:06:18 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-07-23 09:06:18 +0200 |
commit | 4d55a427f07ba61d4f784b14bb1e6bb309781e9c (patch) | |
tree | 4c6c8accd0e36a0d59b7839ee440f7dac3ba8fe4 /docs/perf_tips.md | |
parent | 437b399e74b332871bff75837860ab9adaa065a4 (diff) | |
download | afl++-4d55a427f07ba61d4f784b14bb1e6bb309781e9c.tar.gz |
afl-persistent-config Linux support + documentation
Diffstat (limited to 'docs/perf_tips.md')
-rw-r--r-- | docs/perf_tips.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/perf_tips.md b/docs/perf_tips.md index 9c31e56b..1e8fd4d0 100644 --- a/docs/perf_tips.md +++ b/docs/perf_tips.md @@ -170,6 +170,7 @@ spectre_v2=off stf_barrier=off ``` In most Linux distributions you can put this into a `/etc/default/grub` variable. + You can use `sudo afl-persistent-config` to set these options for you. The following list of changes are made when executing `afl-system-config`: |