diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-10-10 16:00:21 +0200 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-10-10 16:00:21 +0200 |
commit | 228f6c5dad1a593b4113006e587e9885459a53c2 (patch) | |
tree | 85613bedad53f4c6aa9a64c1bce2250ac9f7c8a8 | |
parent | 82ef4a90b0ff12a297e1bc3f1c8256ae9ace4f25 (diff) | |
download | afl++-228f6c5dad1a593b4113006e587e9885459a53c2.tar.gz |
Update 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 a39e40a0..d568b976 100644 --- a/docs/fuzzing_binary-only_targets.md +++ b/docs/fuzzing_binary-only_targets.md @@ -71,7 +71,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. -Faster is the frida solution: [utils/afl_frida/README.md](../utils/afl_frida/README.md) +Faster is the frida solution: [frida_mode/README.md](../frida_mode/README.md) Another, less precise and slower option is using ptrace with debugger interrupt instrumentation: [utils/afl_untracer/README.md](../utils/afl_untracer/README.md). |