diff options
author | yangzao <yangzaocn@outlook.com> | 2023-11-24 22:47:50 -0700 |
---|---|---|
committer | yangzao <yangzaocn@outlook.com> | 2023-11-24 22:47:50 -0700 |
commit | 8af74bcaeebbe2407006333024d8803baacdb4e2 (patch) | |
tree | a3a91f12c51576e521503a8300bb5aded12079ba /include/afl-fuzz.h | |
parent | 770e868d04c0f52a1c57e5471e459dd24a002748 (diff) | |
download | afl++-8af74bcaeebbe2407006333024d8803baacdb4e2.tar.gz |
update afl-fuzz-run
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 7e91dc03..94f48009 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -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 |