diff options
-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 67dc6048..6c434a5d 100644 --- a/frida_mode/README.md +++ b/frida_mode/README.md @@ -45,8 +45,8 @@ these, first run `make` to build any dependencies. Then run `make qemu` or `make frida` to run on either QEMU of FRIDA mode respectively. ## Usage -FRIDA mode requires some small modifications to `afl-fuzz` and similar tools -in AFLplusplus. The intention is that it behaves identically to QEMU, but uses +FRIDA mode added some small modifications to `afl-fuzz` and similar tools +in AFLplusplus. The intention was that it behaves identically to QEMU, but it uses the 'O' switch rather than 'Q'. Whilst the options 'f', 'F', 's' or 'S' may have made more sense for a mode powered by FRIDA Stalker, they were all taken, so instead we use 'O' in hommage to the [author](https://github.com/oleavr) of |