mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-10 09:11:34 +00:00
example.py: add deinit()
This commit is contained in:
parent
fbd5bd8f37
commit
45561d552e
@ -27,6 +27,10 @@ def init(seed):
|
||||
random.seed(seed)
|
||||
|
||||
|
||||
def deinit():
|
||||
pass
|
||||
|
||||
|
||||
def fuzz(buf, add_buf, max_size):
|
||||
'''
|
||||
Called per fuzzing iteration.
|
||||
|
Loading…
x
Reference in New Issue
Block a user