Skip to content

Commit 32a331a

Browse files
authored
Update README.md
1 parent 8cdc48f commit 32a331a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/libtokencap/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ by AFL++ in that earlier run. This demonstrates the basic principle:
4747

4848
```
4949
export AFL_TOKEN_FILE=$PWD/temp_output.txt
50+
timeout_sec="5"
5051
5152
for i in <out_dir>/queue/id*; do
5253
LD_PRELOAD=/path/to/libtokencap.so \
54+
timeout -s SIGKILL ${timeout_sec} \
5355
/path/to/target/program [...params, including $i...]
5456
done
5557

0 commit comments

Comments
 (0)