Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev

This commit is contained in:
Andrea Fioraldi 2020-07-15 10:35:51 +02:00
commit 3cc0445e27
2 changed files with 2 additions and 2 deletions

View File

@ -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).

View File

@ -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).