diff options
author | van Hauser <vh@thc.org> | 2020-07-31 10:42:43 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-07-31 10:42:43 +0200 |
commit | cd576fa59d1b413433beef1009668f4d9b22c965 (patch) | |
tree | 0f650b4829d3e9c0390fd1306023b5a03a92754c /docs/binaryonly_fuzzing.md | |
parent | 320f26d26f7e0cbe093e6f5af5f27f180bc31a1b (diff) | |
download | afl++-cd576fa59d1b413433beef1009668f4d9b22c965.tar.gz |
fixes
Diffstat (limited to 'docs/binaryonly_fuzzing.md')
-rw-r--r-- | docs/binaryonly_fuzzing.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/binaryonly_fuzzing.md b/docs/binaryonly_fuzzing.md index 111147e2..a3d3330f 100644 --- a/docs/binaryonly_fuzzing.md +++ b/docs/binaryonly_fuzzing.md @@ -15,9 +15,9 @@ high enough. Otherwise try retrowrite, afl-dyninst and if these fail too then standard qemu_mode with AFL_ENTRYPOINT to where you need it. - If your a target is library use examples/afl_frida/. + If your target is a library use examples/afl_frida/. - If your target is non-linux then use unicorn_mode/ + If your target is non-linux then use unicorn_mode/. ## QEMU |