diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-05 19:03:48 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-12-05 19:36:33 +0100 |
commit | 89df436290c67b1c03122bfe5c68cf4f92e581c0 (patch) | |
tree | 6a19713ef65727befe880eef32c8f8a9a0418cf2 /docs/fuzzing_binary-only_targets.md | |
parent | 3506077fd6f250f3c080b58ea3bae117c3b122da (diff) | |
download | afl++-89df436290c67b1c03122bfe5c68cf4f92e581c0.tar.gz |
Fix broken links - 1st run
Diffstat (limited to 'docs/fuzzing_binary-only_targets.md')
-rw-r--r-- | docs/fuzzing_binary-only_targets.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/fuzzing_binary-only_targets.md b/docs/fuzzing_binary-only_targets.md index eaed3a91..fd18b5c1 100644 --- a/docs/fuzzing_binary-only_targets.md +++ b/docs/fuzzing_binary-only_targets.md @@ -107,10 +107,10 @@ For additional instructions and caveats, see [frida_mode/README.md](../frida_mode/README.md). If possible, you should use the persistent mode, see -[qemu_frida/README.md](../qemu_frida/README.md). The mode is approximately 2-5x -slower than compile-time instrumentation, and is less conducive to -parallelization. But for binary-only fuzzing, it gives a huge speed improvement -if it is possible to use. +[instrumentation/README.persistent_mode.md](../instrumentation/README.persistent_mode.md). +The mode is approximately 2-5x slower than compile-time instrumentation, and is +less conducive to parallelization. But for binary-only fuzzing, it gives a huge +speed improvement if it is possible to use. If you want to fuzz a binary-only library, then you can fuzz it with frida-gum via frida_mode/. You will have to write a harness to call the target function in |