about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2021-08-20 12:18:13 +0200
committerGitHub <noreply@github.com>2021-08-20 12:18:13 +0200
commit56e2c55914f4291043b68595e93b3329fb107d1b (patch)
tree1630977094cba94a964d875ede791734f082dc52
parent3513ba2e51222151945e8ae87236bb9d2f07f37a (diff)
downloadafl++-56e2c55914f4291043b68595e93b3329fb107d1b.tar.gz
typos
-rw-r--r--frida_mode/DEBUGGING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/frida_mode/DEBUGGING.md b/frida_mode/DEBUGGING.md
index f8d91f2f..f6dd0546 100644
--- a/frida_mode/DEBUGGING.md
+++ b/frida_mode/DEBUGGING.md
@@ -113,8 +113,8 @@ void afl_persistent_hook(struct x86_64_regs *regs, uint64_t guest_base,
 ```
 
 ## ASAN
-It is also possible to enalbe ASAN (if that is the configuration you are having
-issues with) without having to use `afl-fuzz` this can be done as follows (note
+It is also possible to enable ASAN (if that is the configuration you are having
+issues with) without having to use `afl-fuzz`. This can be done as follows (note
 that the name of the asan DSO may need to be changed depending on your
 platform). Note that the asan DSO must appear first in the `LD_PRELOAD`
 environment variable: