# 0xdea/frida-scripts

A collection of my Frida instrumentation scripts to reverse engineer mobile apps and more.

Repository: https://github.com/0xdea/frida-scripts
Canonical: https://ross.abutalabs.com/products/frida-scripts
Homepage: https://www.frida.re
Language: JavaScript
License: MIT
License Family: permissive
Topics: frida, reverse-engineering, mobile, ios, android, linux
Last push: 2026-08-02T21:39:51+00:00

## Health v2 (maintenance only)
Score: 80/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 95, release rhythm 50, longevity 100
- inputs: {"age_days": 3290, "days_push": 31, "days_rel": 335, "gap_med": 1, "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 1653, forks 261 (observed 2026-08-28T04:05:17.146080+00:00)

## What it is
A collection of Frida instrumentation scripts for reverse engineering mobile apps and native binaries, including tracers and enumerators for iOS (ObjC), Android (Java), and Linux. It is a script repository meant to be used with the Frida dynamic instrumentation toolkit rather than a standalone tool.

## Use cases
- trace ObjC method calls in an iOS app
- trace Java method calls in an Android app
- enumerate classes and methods of a mobile app
- trace function calls in a Linux binary
- hook functions in a black-box app without source code
- analyze encrypted network protocols in mobile apps

## When to choose
- you already use Frida and want ready-made tracing/enumeration scripts for iOS, Android, or Linux targets
- you need to reverse engineer a mobile app's runtime behavior quickly
- you want script snippets to adapt for your own Frida instrumentation

## When to avoid
- you need a well-maintained, integrated Frida workflow (consider Brida instead)
- you need Windows or macOS tracing scripts (not yet provided)
- you want a polished tool rather than scripts that may require tweaking

## Facets
- artifact type: library
- maturity: active
- function: reverse-engineering, tracing, security, developer-tools
- domain: reverse-engineering, security, mobile-development, developer-tools
- platform: cli
- tags: frida, dynamic-instrumentation, objc, java, hooking, mobile-security, javascript-scripts, ios, android, linux

## Member repositories
- 0xdea/frida-scripts (main) score 80

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:17.146080+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-30T03:44:57.188386+00:00, confidence not recorded.
  - readme: https://github.com/0xdea/frida-scripts (fetched 2026-08-28T04:05:17.146080+00:00, sha beb33c1eaacb)
  - homepage: https://www.frida.re (fetched 2026-08-29T11:18:09.036349+00:00, sha 22025f3ca4b2)
  - site_page: https://frida.re/docs/home (fetched 2026-08-29T11:18:09.038994+00:00, sha 9b8c55103260)
  - site_page: https://frida.re/docs/footprint (fetched 2026-08-29T11:18:09.040901+00:00, sha ae4b4024ed9e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
