mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
remove unessential things
remove unessential things from scripts
This commit is contained in:
@ -40,7 +40,7 @@ def do_string_analysis(corpdir, infile1):
|
||||
for i, num1 in enumerate(lines):
|
||||
if i != 0:
|
||||
new_lst1.append(num1)
|
||||
print("num : %s" % num1)
|
||||
#print("num : %s" % num1)
|
||||
str11 = str(num1)
|
||||
str11 = str11.replace("|","")
|
||||
str11 = str11.replace("\n","")
|
||||
|
Reference in New Issue
Block a user