afl-persistent-config Linux support + documentation

This commit is contained in:
vanhauser-thc
2021-07-23 09:06:18 +02:00
parent 437b399e74
commit 4d55a427f0
6 changed files with 129 additions and 43 deletions

View File

@ -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)

View File

@ -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`: