diff options
author | van Hauser <vh@thc.org> | 2021-10-18 15:48:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-18 15:48:28 +0200 |
commit | 73531e5dd6214309d121acb4ed77706032aa75ed (patch) | |
tree | 3b5331fa1a665dee9bdd2caba46c9a464f1d1a3b /docs/fuzzing_binary-only_targets.md | |
parent | 45d668a671316821c3f9793381cb54956b535491 (diff) | |
parent | edaa25a48c7b02e1e39c5b9b584ae9763f1a0ece (diff) | |
download | afl++-73531e5dd6214309d121acb4ed77706032aa75ed.tar.gz |
Merge pull request #1089 from llzmb/docs_edit_readme_fix_links
Fix broken links in docs content
Diffstat (limited to 'docs/fuzzing_binary-only_targets.md')
-rw-r--r-- | docs/fuzzing_binary-only_targets.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuzzing_binary-only_targets.md b/docs/fuzzing_binary-only_targets.md index 8b3bbeff..ea262f6e 100644 --- a/docs/fuzzing_binary-only_targets.md +++ b/docs/fuzzing_binary-only_targets.md @@ -72,7 +72,7 @@ cd unicorn_mode If the goal is to fuzz a dynamic library then there are two options available. For both you need to write a small harness that loads and calls the library. Then you fuzz this with either frida_mode or qemu_mode, and either use -`AFL_INST_LIBS=1` or `AFL_QEMU/FRIDA_INST_RANGES` +`AFL_INST_LIBS=1` or `AFL_QEMU/FRIDA_INST_RANGES`. Another, less precise and slower option is using ptrace with debugger interrupt instrumentation: [utils/afl_untracer/README.md](../utils/afl_untracer/README.md). |