Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Aug 15, 2023
1 parent b294cc9 commit 65b0316
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ Screen recording of AFL running on Rust code.

## Hints

Before starting to fuzz you should reconfigure your system for optimal
performance and better crash detection. This can be done with `cargo-afl afl system-config`
but this requires root so it is run with sudo, hence you might need to enter
your password.

By default, the AFL++ [CMPLOG](https://github.com/AFLplusplus/AFLplusplus/blob/stable/instrumentation/README.cmplog.md)
feature is activated, which helps to achieve good code coverage.
However, it is not beneficial to activate CMPLOG on more than two instances.
Expand Down

0 comments on commit 65b0316

Please sign in to comment.