mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-11 09:41:35 +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)
|
random.seed(seed)
|
||||||
|
|
||||||
|
|
||||||
|
def deinit():
|
||||||
|
pass
|
||||||
|
|
||||||
|
|
||||||
def fuzz(buf, add_buf, max_size):
|
def fuzz(buf, add_buf, max_size):
|
||||||
'''
|
'''
|
||||||
Called per fuzzing iteration.
|
Called per fuzzing iteration.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user