mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-07 07:41:33 +00:00
Update README.md
This commit is contained in:
parent
b8536ced09
commit
bc2ccf464f
@ -75,15 +75,15 @@ and then generate a dictionary file from those tokens.
|
|||||||
|
|
||||||
#### usage:
|
#### usage:
|
||||||
```bash
|
```bash
|
||||||
./generate_libtoken_dict.sh -p /path/to/libtokencap.so -b /path/to/target/program -o /path/to/target/output -t 5
|
./generate_libtoken_dict.sh -p /path/to/libtokencap.so -b /path/to/target/program -o /path/to/target/output -t 5 -- [-program_args]
|
||||||
```
|
```
|
||||||
#### description opts:
|
#### description opts:
|
||||||
- ```-o``` : Path to target output directory ;
|
- ```-o``` : Path to target output directory ;
|
||||||
- ```-b``` : Path to target program binary ;
|
- ```-b``` : Path to target program binary ;
|
||||||
- ```-p``` : Path to LD_PRELOAD library ;
|
- ```-p``` : Path to LD_PRELOAD library ;
|
||||||
- ```-t``` : Timeout in seconds
|
- ```-t``` : Timeout in seconds ;
|
||||||
|
- ```-- [-program_args]```: Any additional arguments required by the target binary can be specified after ```--```.
|
||||||
|
|
||||||
#### output:
|
#### output:
|
||||||
The script generates a temporary token file (```temp_output.txt```) in the current working directory,
|
A sorted and unique token dictionary file with the extension ``*.dict``
|
||||||
containing tokens captured during the execution of the target binary.
|
is created in the same directory as the target output containing tokens captured during the execution of the target binary.
|
||||||
A sorted and unique token dictionary file is created in the same directory as the target output, with a ```*.dict``` extension.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user