diff options
author | van Hauser <vh@thc.org> | 2020-07-01 09:19:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 09:19:32 +0200 |
commit | b67905c40fe0c284eaf27c83423a4d7cdd717157 (patch) | |
tree | c47d0b5bd7804d241dcff94bb1763e79ecc9ae1d /docs/perf_tips.md | |
parent | 6b98157c1a235c10ed5f9fc3220aa1869ea8f3e4 (diff) | |
parent | 9d5007b18e41f17c395fcfc5fc0a8c8c87f4f75d (diff) | |
download | afl++-b67905c40fe0c284eaf27c83423a4d7cdd717157.tar.gz |
Merge branch 'stable' into dev
Diffstat (limited to 'docs/perf_tips.md')
-rw-r--r-- | docs/perf_tips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/perf_tips.md b/docs/perf_tips.md index 46a45001..7a690b77 100644 --- a/docs/perf_tips.md +++ b/docs/perf_tips.md @@ -66,7 +66,7 @@ then using laf-intel (see llvm_mode/README.laf-intel.md) will help `afl-fuzz` a to get to the important parts in the code. If you are only interested in specific parts of the code being fuzzed, you can -list the files that are actually relevant. This improves the speed and +instrument_files the files that are actually relevant. This improves the speed and accuracy of afl. See llvm_mode/README.instrument_file.md Also use the InsTrim mode on larger binaries, this improves performance and |