about summary refs log tree commit diff
path: root/examples/afl_untracer
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_untracer
parenta8726b8254f2f8c429c8b3e1c2d30b9f7baa6e93 (diff)
downloadafl++-133dfc8b69ece83bd7b1e59e81f09815ff5b8e44.tar.gz
update documentation
Diffstat (limited to 'examples/afl_untracer')
-rw-r--r--examples/afl_untracer/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/afl_untracer/README.md b/examples/afl_untracer/README.md
index 9cb13527..ada0c916 100644
--- a/examples/afl_untracer/README.md
+++ b/examples/afl_untracer/README.md
@@ -39,7 +39,7 @@ The file is created at `~/Desktop/patches.txt`
 Example (after modifying afl-untracer.c to your needs, compiling and creating
 patches.txt):
 ```
-AFL_UNTRACER_FILE=./patches.txt afl-fuzz -i in -o out -- ./afl-untracer
+LD_LIBRARY_PATH=/path/to/target/library AFL_UNTRACER_FILE=./patches.txt afl-fuzz -i in -o out -- ./afl-untracer
 ```
 (or even remote via afl-network-proxy).