diff options
author | van Hauser <vh@thc.org> | 2020-02-03 16:10:16 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-03 16:10:16 +0100 |
commit | 542bea37fb79497ac3f4ea3411b2af4e5099c864 (patch) | |
tree | 988cc7ffc596d68d073af402e6511856698998ad /docs/binaryonly_fuzzing.md | |
parent | 1d8e772f6c3bd542a2fc68835befde246b0bbef6 (diff) | |
download | afl++-542bea37fb79497ac3f4ea3411b2af4e5099c864.tar.gz |
fix MDs
Diffstat (limited to 'docs/binaryonly_fuzzing.md')
-rw-r--r-- | docs/binaryonly_fuzzing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/binaryonly_fuzzing.md b/docs/binaryonly_fuzzing.md index 6eff30d7..ff98ed00 100644 --- a/docs/binaryonly_fuzzing.md +++ b/docs/binaryonly_fuzzing.md @@ -43,7 +43,7 @@ emulation. Runtime environment and/or loaders have to be written from scratch, if needed. On top, block chaining has been removed. This means the speed boost introduced in the patched QEMU Mode of afl++ cannot simply be ported over to - Unicorn. For further information, check out ./unicorn_mode.txt. + Unicorn. For further information, check out [unicorn_mode/README.md](../unicorn_mode/README.md). As it is included in afl++ this needs no URL. |