mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-18 04:38:08 +00:00
add check_binary_signatures for afl-* utils
This commit is contained in:
@ -1209,6 +1209,7 @@ int main(int argc, char **argv_orig, char **envp) {
|
||||
fsrv->shmem_fuzz = map + sizeof(u32);
|
||||
|
||||
read_initial_file();
|
||||
(void)check_binary_signatures(fsrv->target_path);
|
||||
|
||||
if (!fsrv->qemu_mode && !unicorn_mode) {
|
||||
|
||||
|
Reference in New Issue
Block a user