about summary refs log tree commit diff
path: root/frida_mode
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 20:37:21 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-02 21:08:26 +0100
commitc85e0dc4f0e0a6deedfb7318292e1939503a10c2 (patch)
tree2113f2ff4f9cba6b8c470d12a9b69af8877c170a /frida_mode
parentfcbaddfd2b3f4dece001f1d4141d7dce75da1e81 (diff)
downloadafl++-c85e0dc4f0e0a6deedfb7318292e1939503a10c2.tar.gz
Remove the word "we"
Diffstat (limited to 'frida_mode')
-rw-r--r--frida_mode/DEBUGGING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/DEBUGGING.md b/frida_mode/DEBUGGING.md
index b703ae43..207a48bf 100644
--- a/frida_mode/DEBUGGING.md
+++ b/frida_mode/DEBUGGING.md
@@ -95,7 +95,7 @@ gdb \
 ```
 
 Note:
-- We have to manually set the `__AFL_PERSISTENT` environment variable which is
+- You have to manually set the `__AFL_PERSISTENT` environment variable which is
   usually passed by `afl-fuzz`.
 - Setting breakpoints etc. is likely to interfere with FRIDA and cause spurious
   errors.