mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-23 06:28:51 +00:00
code format
This commit is contained in:
@ -27,9 +27,9 @@
|
||||
#define __AFLCOMMON_H
|
||||
#include "types.h"
|
||||
|
||||
extern u8 *target_path; /* Path to target binary */
|
||||
extern u8* target_path; /* Path to target binary */
|
||||
|
||||
void detect_file_args(char **argv, u8 *prog_in);
|
||||
void detect_file_args(char** argv, u8* prog_in);
|
||||
|
||||
char** get_qemu_argv(u8* own_loc, char** argv, int argc);
|
||||
char** get_wine_argv(u8* own_loc, char** argv, int argc);
|
||||
|
Reference in New Issue
Block a user