mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-20 21:25:43 +00:00
new commit - change strings
new commit - change strings
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user