about summary refs log tree commit diff
path: root/src/afl-showmap.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-showmap.c
parentcb01d566167b8c0d02a19485d13fdd05c1b8347b (diff)
downloadafl++-f760e80729412a2cd44a12e76b81ccb433626e60.tar.gz
add check_binary_signatures for afl-* utils
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r--src/afl-showmap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index 9122cd25..27b1e14a 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -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 */