From e954c891a00eac190275417bf40f2eefb56399bb Mon Sep 17 00:00:00 2001 From: Tobias Mayer Date: Mon, 1 Feb 2021 17:32:45 +0100 Subject: Clarify usage of LD_LIBRARY_PATH in afl_frida This will help not *accidentally* trying to set the variable to the library's binary. --- utils/afl_frida/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/afl_frida/README.md b/utils/afl_frida/README.md index 7743479b..68b62009 100644 --- a/utils/afl_frida/README.md +++ b/utils/afl_frida/README.md @@ -20,7 +20,7 @@ search and edit the `STEP 1`, `STEP 2` and `STEP 3` locations. Example (after modifying afl-frida.c to your needs and compile it): ``` -LD_LIBRARY_PATH=/path/to/the/target/library afl-fuzz -i in -o out -- ./afl-frida +LD_LIBRARY_PATH=/path/to/the/target/library/ afl-fuzz -i in -o out -- ./afl-frida ``` (or even remote via afl-network-proxy). -- cgit 1.4.1