1 2 3 4 5 6 7 8 9
#ifndef _OUTPUT_H #define _OUTPUT_H #include "frida-gum.h" void output_init(void); #endif