about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-11-14 21:41:07 +0100
committervanhauser-thc <vh@thc.org>2022-11-14 21:41:07 +0100
commit57257ce6564b4bf418f92318a4ecaf69a8269d1b (patch)
treebe95095e69b2531aa65e19815d23729c8e908c51
parente2ebebce83fd77cde020de35c723f14dd9d811df (diff)
downloadafl++-57257ce6564b4bf418f92318a4ecaf69a8269d1b.tar.gz
fix python
-rw-r--r--include/afl-fuzz.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 811417c9..cae7fae0 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -1036,6 +1036,7 @@ struct custom_mutator *load_custom_mutator_py(afl_state_t *, char *);
 void                   finalize_py_module(void *);
 
 u32         fuzz_count_py(void *, const u8 *, size_t);
+void        fuzz_send_py(void *, const u8 *, size_t);
 size_t      post_process_py(void *, u8 *, size_t, u8 **);
 s32         init_trim_py(void *, u8 *, size_t);
 s32         post_trim_py(void *, u8);