about summary refs log tree commit diff
path: root/include/common.h
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 /include/common.h
parentcb01d566167b8c0d02a19485d13fdd05c1b8347b (diff)
downloadafl++-f760e80729412a2cd44a12e76b81ccb433626e60.tar.gz
add check_binary_signatures for afl-* utils
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 7bba9e91..2ca44301 100644
--- a/include/common.h
+++ b/include/common.h
@@ -38,6 +38,7 @@
 
 #define STRINGIFY_VAL_SIZE_MAX (16)
 
+u32  check_binary_signatures(u8 *fn);
 void detect_file_args(char **argv, u8 *prog_in, bool *use_stdin);
 void print_suggested_envs(char *mispelled_env);
 void check_environment_vars(char **env);