mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 00:01:33 +00:00
8 lines
121 B
C
8 lines
121 B
C
#ifndef __AFLCOMMON_H
|
|
#define __AFLCOMMON_H
|
|
#include "types.h"
|
|
|
|
void detect_file_args(char **argv, u8 *prog_in);
|
|
#endif
|
|
|