# tiann/FreeReflection

A library that lets you use reflection without any restriction above Android P

Repository: https://github.com/tiann/FreeReflection
Canonical: https://ross.abutalabs.com/products/freereflection
Language: C++
License: MIT
License Family: permissive
Topics: android, reflection, hook
Last push: 2024-10-14T08:45:09+00:00

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

## Adoption (not part of the score)
Stars 3152, forks 566 (observed 2026-08-28T04:07:46.204356+00:00)

## What it is
FreeReflection is an Android library that removes the reflection restrictions introduced in Android P (and later), letting apps use hidden/non-SDK APIs as before. It works by hooking the runtime via a single Reflection.unseal() call in Application.attachBaseContext.

## Use cases
- bypass android p hidden api reflection restrictions
- access non-sdk android apis via reflection
- call hidden android framework methods on android 9 10 11
- unseal reflection restrictions in android app
- android library for unrestricted reflection

## When to choose
- you need to call hidden Android APIs on Android 9+ for compatibility or tooling
- you maintain legacy code relying on unrestricted reflection

## When to avoid
- you target only Android 8 or below
- you need Play-Store-safe code, since non-SDK API use may violate policies
- you need a maintained solution for the newest Android versions

## Facets
- artifact type: library
- maturity: maintenance
- function: security, developer-tools
- domain: android-tools, developer-tools, operating-systems
- platform: cpp, jvm
- tags: android-p, reflection-bypass, hooking, hidden-api, android

## Member repositories
- tiann/FreeReflection (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:46.204356+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-30T07:25:41.749221+00:00, confidence not recorded.
  - readme: https://github.com/tiann/FreeReflection (fetched 2026-08-28T04:07:46.204356+00:00, sha b89302107132)
- Data as of 2026-08-30T08:39:29.467469+00:00.
