mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 02:28:09 +00:00
Update python scripts
Update python scripts
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
# Autodict-QL - Optimal token generation for fuzzing
|
||||
# Part of AFL++ Project
|
||||
# Author : Microsvuln - Arash.vre@gmail.com
|
||||
|
||||
import os
|
||||
import string
|
||||
import binascii
|
||||
@ -49,7 +53,7 @@ def do_string_analysis(corpdir, infile1):
|
||||
else :
|
||||
with open(corpdir+'/seed-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():
|
||||
|
Reference in New Issue
Block a user