Update python scripts

Update python scripts
This commit is contained in:
microsvuln
2021-04-03 14:13:55 +04:00
parent 8d894eec90
commit 6c88b6b362
4 changed files with 12 additions and 4 deletions

View File

@ -53,7 +53,7 @@ def do_string_analysis(corpdir, infile1):
else :
with open(corpdir+'/strncmp-str{0}'.format(n), 'w') as file:
file.write(str11)
print("Hahaha : %s" % str11)
print("AFL++ Autodict-QL by Microsvuln : Writing Token : %s" % str11)
n=n+1
def main():