about summary refs log tree commit diff
path: root/src/afl-tmin.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-09-07 17:15:54 +0200
committervanhauser-thc <vh@thc.org>2021-09-07 17:16:23 +0200
commitf760e80729412a2cd44a12e76b81ccb433626e60 (patch)
treed41b373b341d5503f6e2d6fdd1247053259cb670 /src/afl-tmin.c
parentcb01d566167b8c0d02a19485d13fdd05c1b8347b (diff)
downloadafl++-f760e80729412a2cd44a12e76b81ccb433626e60.tar.gz
add check_binary_signatures for afl-* utils
Diffstat (limited to 'src/afl-tmin.c')
-rw-r--r--src/afl-tmin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afl-tmin.c b/src/afl-tmin.c
index 792770e0..dff51e84 100644
--- a/src/afl-tmin.c
+++ b/src/afl-tmin.c
@@ -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) {