# deathmemory/FridaContainer

FridaContainer 整合了网上流行的和自己编写的常用的 frida 脚本，为逆向工作提效之用。 frida 脚本模块化，Java & Jni Trace。

Repository: https://github.com/deathmemory/FridaContainer
Canonical: https://ross.abutalabs.com/products/fridacontainer
Homepage: https://bbs.pediy.com/thread-265160.htm
Language: TypeScript
License Family: other
Topics: fridacontainer, hook, ios, trace, frida, android
Last push: 2025-11-13T08:30:06+00:00

## Health v2 (maintenance only)
Score: 56/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 52, release rhythm 35, longevity 100
- inputs: {"age_days": 2173, "days_push": 293, "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 1512, forks 330 (observed 2026-08-28T04:04:56.016145+00:00)

## What it is
FridaContainer is a modular collection of popular and custom Frida scripts written in TypeScript to speed up reverse engineering work on Android and iOS. It bundles utilities like anti-debug bypass, SSL pinning bypass, Java/JNI tracing, and DEX dumping into a reusable agent framework.

## Use cases
- bypass ssl pinning on android apps
- hook jni calls with frida
- trace java methods in an android app
- dump dex from a packed android app
- bypass anti-debugging checks in android apps
- find function addresses in ios binaries
- dump ui structure of an ios app
- set up a modular typescript frida development environment

## When to choose
- you need a ready-made, modular set of Frida scripts for Android or iOS reverse engineering
- you want Java and JNI tracing or common SSL pinning/anti-debug bypasses without writing them from scratch
- you prefer a TypeScript-based Frida workflow with IDE code completion and modular code reuse

## When to avoid
- you need a no-code or GUI dynamic instrumentation tool rather than script-based hooking
- your target is not Android or iOS (e.g., Windows or Linux desktop apps)
- you use Frida 17.0.0+ and cannot switch to the for17 branch, since the main branch targets older Frida APIs

## Facets
- artifact type: library
- maturity: active
- function: security, reverse-engineering, developer-tools, tracing, cli
- domain: security, reverse-engineering, mobile-development, developer-tools
- platform: cli, cross-platform
- tags: frida, hooking, dynamic-analysis, ssl-pinning-bypass, anti-debug-bypass, jni-trace, java-trace, dex-dump, typescript, mobile-reverse-engineering, android, ios

## Member repositories
- deathmemory/FridaContainer (main) score 56

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:56.016145+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-30T04:32:19.628275+00:00, confidence not recorded.
  - readme: https://github.com/deathmemory/FridaContainer (fetched 2026-08-28T04:04:56.016145+00:00, sha dfe7b19d4fa2)
  - homepage: https://bbs.pediy.com/thread-265160.htm (fetched 2026-08-29T11:36:27.034622+00:00, sha f4a693070004)
- Data as of 2026-08-30T08:39:29.467469+00:00.
