From c2e02df9a5e1bd8d5339ee2da8c3e834282986c6 Mon Sep 17 00:00:00 2001 From: hexcoder Date: Fri, 20 Aug 2021 12:21:00 +0200 Subject: wording --- frida_mode/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frida_mode/README.md b/frida_mode/README.md index af79de07..e60340b4 100644 --- a/frida_mode/README.md +++ b/frida_mode/README.md @@ -308,7 +308,7 @@ library and call a target function within it. The dependent library can either be loaded in using `dlopen` and `dlsym` in a function marked `__attribute__((constructor()))` or the test harness can simply be linked against it. It is important that the target library is loaded before execution -of `main`, since this is the point that FRIDA mode is initialized. Otherwise, it +of `main`, since this is the point where FRIDA mode is initialized. Otherwise, it will not be possible to configure coverage for the test library using `AFL_FRIDA_INST_RANGES` or similar. -- cgit 1.4.1