mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 18:18:07 +00:00
nit
This commit is contained in:
@ -14,7 +14,7 @@
|
|||||||
Parameters:
|
Parameters:
|
||||||
afl_state_t *afl - the *afl state pointer
|
afl_state_t *afl - the *afl state pointer
|
||||||
u8 *buf - the input buffer to mutate which will be mutated into.
|
u8 *buf - the input buffer to mutate which will be mutated into.
|
||||||
NOTE: must be of MAX_FILE size!
|
NOTE: must be able to contain a size of at least max_len (see below)!
|
||||||
u32 len - the length of the input
|
u32 len - the length of the input
|
||||||
u32 steps - how many mutations to perform on the input
|
u32 steps - how many mutations to perform on the input
|
||||||
bool is_text - is the target expecting text inputs
|
bool is_text - is the target expecting text inputs
|
||||||
|
Reference in New Issue
Block a user