This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "frida-core.h" | |
#include <stdlib.h> | |
#include <string.h> | |
#include <gnu/libc-version.h> | |
#include <iostream> | |
static void on_message (FridaScript * script, const gchar * message, GBytes * data, gpointer user_data); | |
static void on_child_added (); | |
static void on_signal (int signo); |