Skip to content

Instantly share code, notes, and snippets.

View alexey-v-paramonov's full-sized avatar
👷‍♂️
Working on my Internet Radio project

Alexey Paramonov alexey-v-paramonov

👷‍♂️
Working on my Internet Radio project
View GitHub Profile
@alexey-v-paramonov
alexey-v-paramonov / child_gating_example.c
Last active November 2, 2018 09:15
Simple examples to demonstrate Frida issue
#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);