diff options
author | van Hauser <vh@thc.org> | 2021-02-01 17:53:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-01 17:53:08 +0100 |
commit | ba7bf99235886f163685ba5f7c5e21c789ab4c97 (patch) | |
tree | cfa9b871f5b26cb33e706985cbcb77a457ebc01d | |
parent | 80fc6166d0aeaf6332a00c369f7bdb872066e1b9 (diff) | |
parent | e954c891a00eac190275417bf40f2eefb56399bb (diff) | |
download | afl++-ba7bf99235886f163685ba5f7c5e21c789ab4c97.tar.gz |
Merge pull request #721 from GanbaruTobi/patch-1
Clarify usage of LD_LIBRARY_PATH in afl_frida
-rw-r--r-- | utils/afl_frida/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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). |