mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-23 22:35:19 +00:00
14 lines
179 B
C
14 lines
179 B
C
#ifndef _OUTPUT_H
|
|
#define _OUTPUT_H
|
|
|
|
#include "frida-gumjs.h"
|
|
|
|
extern char *output_stdout;
|
|
extern char *output_stderr;
|
|
|
|
void output_config(void);
|
|
void output_init(void);
|
|
|
|
#endif
|
|
|