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 | |
parent | 437b399e74b332871bff75837860ab9adaa065a4 (diff) | |
download | afl++-4d55a427f07ba61d4f784b14bb1e6bb309781e9c.tar.gz |
afl-persistent-config Linux support + documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 3 | ||||
-rw-r--r-- | docs/perf_tips.md | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index d81fdf49..74bdc4b1 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -13,6 +13,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. custom_mutators - added optimin, a faster and better corpus minimizer by Adrian Herrera. Thank you! + - added afl-persistent-config script to set perform permanent system + configuration setting for fuzzing, for Linux and Macos. + thanks to jhertz! ### Version ++3.14c (release) 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`: |