diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-05-04 16:05:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 16:05:07 +0200 |
commit | dd96f01a16a402f2618481b811a7fdd8496c79b2 (patch) | |
tree | f566df58b325d6020bedcb09bc1060e51af8f0f7 | |
parent | 361dd6e36185f6ea28db42a462da27f281692074 (diff) | |
download | afl++-dd96f01a16a402f2618481b811a7fdd8496c79b2.tar.gz |
typos
-rw-r--r-- | frida_mode/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frida_mode/README.md b/frida_mode/README.md index 6c434a5d..d9634df2 100644 --- a/frida_mode/README.md +++ b/frida_mode/README.md @@ -53,8 +53,8 @@ instead we use 'O' in hommage to the [author](https://github.com/oleavr) of FRIDA. Similarly, the intention is to mimic the use of environment variables used by -QEMU where possible (although replacing `s/QEMU/FRIDA/g`). Accodingly, the -following options are currently supported. +QEMU where possible (by replacing `s/QEMU/FRIDA/g`). Accordingly, the +following options are currently supported: * `AFL_FRIDA_DEBUG_MAPS` - See `AFL_QEMU_DEBUG_MAPS` * `AFL_FRIDA_EXCLUDE_RANGES` - See `AFL_QEMU_EXCLUDE_RANGES` |