new commit - change strings

new commit - change strings
This commit is contained in:
microsvuln
2021-04-03 15:47:22 +04:00
parent 6c88b6b362
commit 70e9757044
7 changed files with 15 additions and 13 deletions

View File

@ -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)