about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authoryangzao <yangzaocn@outlook.com>2023-11-25 21:18:32 -0700
committeryangzao <yangzaocn@outlook.com>2023-11-25 21:18:32 -0700
commitfaedb3fb29186c29a4f0cf28daa5d07350ed8094 (patch)
tree2d69a3ab094de3ef59e91c225abb17ac50b35e63 /include/afl-fuzz.h
parent8af74bcaeebbe2407006333024d8803baacdb4e2 (diff)
downloadafl++-faedb3fb29186c29a4f0cf28daa5d07350ed8094.tar.gz
update python module
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 94f48009..f1813df6 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -345,6 +345,7 @@ enum {
   /* 13 */ PY_FUNC_DESCRIBE,
   /* 14 */ PY_FUNC_FUZZ_SEND,
   /* 15 */ PY_FUNC_SPLICE_OPTOUT,
+  /* 16 */ PY_FUNC_POST_RUN,
   PY_FUNC_COUNT
 
 };
@@ -1085,6 +1086,7 @@ void                   finalize_py_module(void *);
 
 u32         fuzz_count_py(void *, const u8 *, size_t);
 void        fuzz_send_py(void *, const u8 *, size_t);
+void        post_run_py(void *);
 size_t      post_process_py(void *, u8 *, size_t, u8 **);
 s32         init_trim_py(void *, u8 *, size_t);
 s32         post_trim_py(void *, u8);