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

@ -1093,6 +1093,7 @@ int main(int argc, char **argv_orig, char **envp) {
parse_afl_kill_signal_env(getenv("AFL_KILL_SIGNAL"), SIGKILL);
read_initial_file();
(void)check_binary_signatures(fsrv.target_path);
ACTF("Performing dry run (mem limit = %llu MB, timeout = %u ms%s)...",
mem_limit, exec_tmout, edges_only ? ", edges only" : "");