about summary refs log tree commit diff
path: root/examples/afl_frida/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-07-15 10:32:07 +0200
committervan Hauser <vh@thc.org>2020-07-15 10:32:07 +0200
commit133dfc8b69ece83bd7b1e59e81f09815ff5b8e44 (patch)
treee8d4e484f602214b9661195521eaf81e149a6f79 /examples/afl_frida/README.md
parenta8726b8254f2f8c429c8b3e1c2d30b9f7baa6e93 (diff)
downloadafl++-133dfc8b69ece83bd7b1e59e81f09815ff5b8e44.tar.gz
update documentation
Diffstat (limited to 'examples/afl_frida/README.md')
-rw-r--r--examples/afl_frida/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/afl_frida/README.md b/examples/afl_frida/README.md
index 33bd67c8..1ee19a68 100644
--- a/examples/afl_frida/README.md
+++ b/examples/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):
 ```
-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).