diff options
author | Alexander Shvedov <60114847+a-shvedov@users.noreply.github.com> | 2024-05-30 22:38:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 22:38:37 +0300 |
commit | c202d80dea287c9aaaa6c0dd3eba49398e0b247c (patch) | |
tree | 28c26280d1372403ae3562a4eada15626156932e | |
parent | eecbdd99e177698c93873db351299467a910fc0e (diff) | |
download | afl++-c202d80dea287c9aaaa6c0dd3eba49398e0b247c.tar.gz |
Update make_dict_v2.sh
-rw-r--r-- | utils/libtokencap/make_dict_v2.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/libtokencap/make_dict_v2.sh b/utils/libtokencap/make_dict_v2.sh index 98dfc7fe..0e8ca531 100644 --- a/utils/libtokencap/make_dict_v2.sh +++ b/utils/libtokencap/make_dict_v2.sh @@ -1,5 +1,3 @@ -#!/bin/bash - #default values timeout_sec=5 LD_PRELOAD_PATH="/home/${USER}/AFLplusplus/utils/libtokencap/libtokencap.so" |