diff options
author | microsvuln <55649192+Microsvuln@users.noreply.github.com> | 2021-04-03 15:47:22 +0400 |
---|---|---|
committer | microsvuln <55649192+Microsvuln@users.noreply.github.com> | 2021-04-03 15:47:22 +0400 |
commit | 70e975704465672f49273da9f4a8f7e56f745e20 (patch) | |
tree | d642f907d755c791c51d96c3495a5806ef4bc34b /utils/autodict_ql/autodict-ql.py | |
parent | 6c88b6b362ddc06effd8d99c32375ab34028665c (diff) | |
download | afl++-70e975704465672f49273da9f4a8f7e56f745e20.tar.gz |
new commit - change strings
new commit - change strings
Diffstat (limited to 'utils/autodict_ql/autodict-ql.py')
-rw-r--r-- | utils/autodict_ql/autodict-ql.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/autodict_ql/autodict-ql.py b/utils/autodict_ql/autodict-ql.py index ddc95435..7bba57fc 100644 --- a/utils/autodict_ql/autodict-ql.py +++ b/utils/autodict_ql/autodict-ql.py @@ -57,6 +57,7 @@ def copy_tokens(cur, tokenpath) : subprocess.call(["cp " + cur + "/" + "memcmp-strs/*" + " " + cur + "/" + tokenpath + "/."] ,shell=True) subprocess.call(["cp " + cur + "/" + "lits/*" + " " + cur + "/" + tokenpath + "/."] ,shell=True) subprocess.call(["cp " + cur + "/" + "strtool-strs/*" + " " + cur + "/" + tokenpath + "/."] ,shell=True) + subprocess.call(["find "+tokenpath+" -size 0 -delete"],shell=True) |