AFLplusplus/afl-common.h
2019-08-09 00:34:26 +02:00

7 lines
120 B
C

#ifndef __AFLCOMMON_H
#define __AFLCOMMON_H
#include "types.h"
void detect_file_args(char **argv, u8 *prog_in);
#endif