Skip to content

Instantly share code, notes, and snippets.

View patois's full-sized avatar
🐢

pat0is patois

🐢
View GitHub Profile
@patois
patois / child-gating-poc.py
Created November 15, 2022 19:11 — forked from pellaeon/child-gating-poc.py
Frida child-gating and spawn-gating example
"""
This POC is based on example from https://frida.re/news/#child-gating
and is aimed to instrument child processes along with the main one.
"""
from __future__ import print_function
import frida
from frida_tools.application import Reactor
import threading