aboutsummaryrefslogtreecommitdiff
path: root/frida_mode
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-05 19:03:48 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-05 19:36:33 +0100
commit89df436290c67b1c03122bfe5c68cf4f92e581c0 (patch)
tree6a19713ef65727befe880eef32c8f8a9a0418cf2 /frida_mode
parent3506077fd6f250f3c080b58ea3bae117c3b122da (diff)
downloadAFLplusplus-89df436290c67b1c03122bfe5c68cf4f92e581c0.tar.gz
Fix broken links - 1st run
Diffstat (limited to 'frida_mode')
-rw-r--r--frida_mode/Scripting.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/frida_mode/Scripting.md b/frida_mode/Scripting.md
index 63ab1718..ad86fdd3 100644
--- a/frida_mode/Scripting.md
+++ b/frida_mode/Scripting.md
@@ -109,8 +109,8 @@ Afl.setPersistentAddress(address);
A persistent hook can be implemented using a conventional shared object, sample
source code for a hook suitable for the prototype of `LLVMFuzzerTestOneInput`
-can be found in [hook/hook.c](hook/hook.c). This can be configured using code
-similar to the following.
+can be found in [hook/](hook/). This can be configured using code similar to the
+following.
```js
const path = Afl.module.path;