# iddoeldor/frida-snippets

Hand-crafted Frida examples

Repository: https://github.com/iddoeldor/frida-snippets
Canonical: https://ross.abutalabs.com/products/frida-snippets
Language: JavaScript
License Family: other
Topics: frida, hooking, java, java-native-interface, mobile-security, reverse-engineering, objective-c, ios, android, instrumentation, runtime-analysis, dynamic-analysis, arm64, aarch64
Last push: 2024-11-29T15:02:23+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3054, "days_push": 642, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2533, forks 438 (observed 2026-08-28T04:06:59.062524+00:00)

## What it is
A curated collection of hand-crafted Frida script snippets for dynamic instrumentation and runtime hooking. It covers native, Android, iOS, and Windows examples such as memory dumping, class enumeration, JNI hooking, and method tracing.

## Use cases
- hook java methods in an android app with frida
- dump memory segments of a running process
- enumerate loaded classes at runtime
- hook jni native functions by address
- trace objective-c class methods on ios
- bypass FLAG_SECURE on android
- log sqlite queries from an app
- intercept file open calls

## When to choose
- you are learning Frida and want copy-paste examples for common hooking tasks
- you need quick reference scripts for Android or iOS dynamic analysis
- you are doing mobile security research or runtime instrumentation

## When to avoid
- you need a production-ready tool or library with an API rather than example snippets
- you need a permissively licensed codebase since the repo has no license
- you need static analysis rather than dynamic instrumentation

## Facets
- artifact type: learning-resource
- maturity: active
- function: reverse-engineering, security, developer-tools
- domain: reverse-engineering, security, mobile-development, developer-tools
- platform: windows, cross-platform
- tags: frida, hooking, dynamic-analysis, instrumentation, snippets, mobile-security, jni, objective-c, android, ios

## Member repositories
- iddoeldor/frida-snippets (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:59.062524+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-30T02:25:16.673482+00:00, confidence not recorded.
  - readme: https://github.com/iddoeldor/frida-snippets (fetched 2026-08-28T04:06:59.062524+00:00, sha 65741fa2382b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
