diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-08-27 13:31:35 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-08-27 13:31:35 +0200 |
commit | 0e59a591693901ec6a69c7de2e9de2dcca52c101 (patch) | |
tree | 6a0a3be742f26e7cf6cbfcc1779a85e29c6d9db1 /include/common.h | |
parent | d3d0682310b840b027083133837bcd9be0638281 (diff) | |
download | afl++-0e59a591693901ec6a69c7de2e9de2dcca52c101.tar.gz |
include and src folders
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h new file mode 100644 index 00000000..161caa39 --- /dev/null +++ b/include/common.h @@ -0,0 +1,6 @@ +#ifndef __AFLCOMMON_H +#define __AFLCOMMON_H +#include "types.h" + +void detect_file_args(char **argv, u8 *prog_in); +#endif |