# lico-n/ZygiskFrida

Injects frida gadget using zygisk to bypass anti-tamper checks.

Repository: https://github.com/lico-n/ZygiskFrida
Canonical: https://ross.abutalabs.com/products/zygiskfrida
Language: C++
License: MIT
License Family: permissive
Last push: 2025-10-18T16:37:09+00:00

## Health v2 (maintenance only)
Score: 52/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 47, release rhythm 41, longevity 81
- inputs: {"age_days": 1145, "days_push": 319, "days_rel": 319, "gap_med": 81, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1063, forks 195 (observed 2026-08-28T04:03:26.308819+00:00)

## What it is
A Zygisk (and Riru) module for rooted Android devices that injects the Frida gadget into application processes in a stealthy manner. It avoids ptrace-based detection and keeps APK integrity checks passing since the gadget is not embedded in the APK.

## Use cases
- inject frida gadget into android apps without ptrace detection
- bypass anti-frida and anti-tamper checks in android apps
- hook android apps while passing apk signature integrity checks
- dynamically instrument android applications on a rooted device
- load arbitrary libraries into an android app process
- delay frida injection to evade startup-time detection checks

## When to choose
- you need to reverse-engineer or instrument an Android app with anti-frida protections
- you want Frida gadget injection without modifying the APK or using ptrace
- you already run Magisk with Zygisk on a rooted device or emulator

## When to avoid
- your device is not rooted or lacks Zygisk/Riru support
- you need native hooking on emulators, where only Java hooking works
- you just want a standard frida-server setup without stealth requirements

## Facets
- artifact type: plugin
- maturity: active
- function: security, reverse-engineering, plugin-system
- domain: security, reverse-engineering, android-tools, developer-tools
- platform: cli
- tags: zygisk, frida, magisk-module, dynamic-instrumentation, anti-detection, root, android

## Member repositories
- lico-n/ZygiskFrida (main) score 52

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:26.308819+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:56:39.711310+00:00, confidence not recorded.
  - readme: https://github.com/lico-n/ZygiskFrida (fetched 2026-08-28T04:03:26.308819+00:00, sha b4b4f40be007)
- Data as of 2026-08-30T08:39:29.467469+00:00.
