update afl-fuzz-run

This commit is contained in:
yangzao
2023-11-24 22:47:50 -07:00
parent 770e868d04
commit 8af74bcaee
3 changed files with 22 additions and 7 deletions

View File

@ -1027,10 +1027,8 @@ struct custom_mutator {
* (Optional)
*
* @param data pointer returned in afl_custom_init by this custom mutator
* @param buf Buffer containing the test case
* @param buf_size Size of the test case
*/
void (*afl_custom_post_run)(void *data, const u8 *buf, size_t buf_size);
void (*afl_custom_post_run)(void *data);
/**
* Allow for additional analysis (e.g. calling a different tool that does a