mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 17:51:32 +00:00
update documentation
This commit is contained in:
parent
a8726b8254
commit
133dfc8b69
@ -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):
|
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).
|
(or even remote via afl-network-proxy).
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ The file is created at `~/Desktop/patches.txt`
|
|||||||
Example (after modifying afl-untracer.c to your needs, compiling and creating
|
Example (after modifying afl-untracer.c to your needs, compiling and creating
|
||||||
patches.txt):
|
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).
|
(or even remote via afl-network-proxy).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user