cmplog runtime for LLVM

This commit is contained in:
Andrea Fioraldi
2020-01-30 22:40:09 +01:00
parent b8bad5a227
commit 95a98fb3e8
13 changed files with 1377 additions and 517 deletions

View File

@ -251,6 +251,9 @@ u32 a_extras_cnt; /* Total number of tokens available */
u8 *(*post_handler)(u8 *buf, u32 *len);
u8* cmplog_binary;
s32 cmplog_forksrv_pid;
/* hooks for the custom mutator function */
size_t (*custom_mutator)(u8 *data, size_t size, u8 *mutated_out,
size_t max_size, unsigned int seed);