# vfsfitvnm/frida-il2cpp-bridge

A Frida module to dump, trace or hijack any IL2CPP application at runtime, without needing the global-metadata.dat file

Repository: https://github.com/vfsfitvnm/frida-il2cpp-bridge
Canonical: https://ross.abutalabs.com/products/frida-il2cpp-bridge
Homepage: https://github.com/vfsfitvnm/frida-il2cpp-bridge/wiki
Language: TypeScript
License: MIT
License Family: permissive
Topics: frida, il2cpp, frida-il2cpp-bridge, global-metadata, trace, dump
Last push: 2026-08-07T14:23:06+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 96, release rhythm 84, longevity 100
- inputs: {"age_days": 2032, "days_push": 26, "days_rel": 26, "gap_med": 64.5, "n_releases_24m": 9}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1726, forks 309 (observed 2026-08-28T04:05:28.231852+00:00)

## What it is
A Frida module written in TypeScript for dumping, tracing, and hijacking IL2CPP (Unity) applications at runtime without needing the global-metadata.dat file. It exposes the C# runtime of IL2CPP apps so users can inspect classes, methods, and fields, and intercept or replace method calls.

## Use cases
- dump classes and methods from a Unity IL2CPP game at runtime
- trace and intercept method calls in an IL2CPP application
- hook and replace C# methods in a Unity game without global-metadata.dat
- reverse engineer an Android Unity game with Frida
- inspect and manipulate the C# runtime of an IL2CPP app
- analyze Unity game internals on iOS or Windows

## When to choose
- you need to dynamically analyze or hook a Unity IL2CPP application
- global-metadata.dat is missing, encrypted, or stripped
- you want a TypeScript API on top of Frida for IL2CPP internals
- you target Android or Linux, the best-tested platforms

## When to avoid
- you don't know Frida or basic programming
- you need a stable API - releases may be breaking
- you target non-Android/Linux platforms where support is untested
- you need static analysis of IL2CPP binaries rather than runtime instrumentation

## Facets
- artifact type: library
- maturity: active
- function: reverse-engineering, sdk, developer-tools
- domain: reverse-engineering, security
- platform: windows
- tags: frida, il2cpp, unity, runtime-instrumentation, game-hacking, typescript, dumping, tracing, game-development, android, ios, macos, linux, nodejs

## Member repositories
- vfsfitvnm/frida-il2cpp-bridge (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:28.231852+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:32:33.927991+00:00, confidence not recorded.
  - readme: https://github.com/vfsfitvnm/frida-il2cpp-bridge (fetched 2026-08-28T04:05:28.231852+00:00, sha 9f5197ce9e50)
  - homepage: https://github.com/vfsfitvnm/frida-il2cpp-bridge/wiki (fetched 2026-08-29T11:09:24.178573+00:00, sha aaeaf7a978df)
  - registry_npm: https://registry.npmjs.org/frida-il2cpp-bridge (fetched 2026-08-29T11:09:24.187652+00:00, sha 39ff25bd6df6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
