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

@ -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);