mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 11:08:06 +00:00
Update python scripts
Update python scripts
This commit is contained in:
@ -53,7 +53,7 @@ def do_string_analysis(corpdir, infile1):
|
|||||||
else :
|
else :
|
||||||
with open(corpdir+'/memcmp-str{0}'.format(n), 'w') as file:
|
with open(corpdir+'/memcmp-str{0}'.format(n), 'w') as file:
|
||||||
file.write(str11)
|
file.write(str11)
|
||||||
print("Hahaha : %s" % str11)
|
print("AFL++ Autodict-QL by Microsvuln : Writing Token : %s" % str11)
|
||||||
n=n+1
|
n=n+1
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
# Autodict-QL - Optimal token generation for fuzzing
|
||||||
|
# Part of AFL++ Project
|
||||||
|
# Author : Microsvuln - Arash.vre@gmail.com
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import string
|
import string
|
||||||
import binascii
|
import binascii
|
||||||
@ -49,7 +53,7 @@ def do_string_analysis(corpdir, infile1):
|
|||||||
else :
|
else :
|
||||||
with open(corpdir+'/seed-str{0}'.format(n), 'w') as file:
|
with open(corpdir+'/seed-str{0}'.format(n), 'w') as file:
|
||||||
file.write(str11)
|
file.write(str11)
|
||||||
print("Hahaha : %s" % str11)
|
print("AFL++ Autodict-QL by Microsvuln : Writing Token : %s" % str11)
|
||||||
n=n+1
|
n=n+1
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
# Autodict-QL - Optimal token generation for fuzzing
|
||||||
|
# Part of AFL++ Project
|
||||||
|
# Author : Microsvuln - Arash.vre@gmail.com
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import string
|
import string
|
||||||
import binascii
|
import binascii
|
||||||
@ -49,7 +53,7 @@ def do_string_analysis(corpdir, infile1):
|
|||||||
else :
|
else :
|
||||||
with open(corpdir+'/strcmp-str{0}'.format(n), 'w') as file:
|
with open(corpdir+'/strcmp-str{0}'.format(n), 'w') as file:
|
||||||
file.write(str11)
|
file.write(str11)
|
||||||
print("Hahaha : %s" % str11)
|
print("AFL++ Autodict-QL by Microsvuln : Writing Token : %s" % str11)
|
||||||
n=n+1
|
n=n+1
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
@ -53,7 +53,7 @@ def do_string_analysis(corpdir, infile1):
|
|||||||
else :
|
else :
|
||||||
with open(corpdir+'/strncmp-str{0}'.format(n), 'w') as file:
|
with open(corpdir+'/strncmp-str{0}'.format(n), 'w') as file:
|
||||||
file.write(str11)
|
file.write(str11)
|
||||||
print("Hahaha : %s" % str11)
|
print("AFL++ Autodict-QL by Microsvuln : Writing Token : %s" % str11)
|
||||||
n=n+1
|
n=n+1
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Reference in New Issue
Block a user