From 46c3e0e276e62b6be76e69b68de56432692efcf3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 30 Oct 2017 21:39:56 +0100 Subject: [SERVER] Add AFL support AFL is an instrumenting fuzzer. It expects to pass input to the program to be tested via command line (file name) or via stdin. This adds support for reading messages that normally would arrive via network directly from stdin. In this mode, the server is pretty useless otherwise. http://lcamtuf.coredump.cx/afl/ --- src/server/rpc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/server/rpc.h') diff --git a/src/server/rpc.h b/src/server/rpc.h index 1d50e77..f337067 100644 --- a/src/server/rpc.h +++ b/src/server/rpc.h @@ -3,6 +3,7 @@ struct dnbd3_host_t; +void rpc_init(); void rpc_sendStatsJson(int sock, struct dnbd3_host_t* host, const void *data, const int dataLen); #endif -- cgit v1.2.3-55-g7522