add check_binary_signatures for afl-* utils

This commit is contained in:
vanhauser-thc
2021-09-07 17:15:54 +02:00
parent cb01d56616
commit f760e80729
6 changed files with 71 additions and 1 deletions

View File

@ -1189,6 +1189,8 @@ int main(int argc, char **argv_orig, char **envp) {
}
(void)check_binary_signatures(fsrv->target_path);
shm_fuzz = ck_alloc(sizeof(sharedmem_t));
/* initialize cmplog_mode */