# Impact-I/reFlutter

Flutter Reverse Engineering Framework

Repository: https://github.com/Impact-I/reFlutter
Canonical: https://ross.abutalabs.com/products/reflutter
Language: Python
License: GPL-3.0
License Family: copyleft
Topics: bugbounty, mobile-security, reverse-engineering, ssl-pinning
Last push: 2026-08-11T22:22:43+00:00

## Health v2 (maintenance only)
Score: 95/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 89, longevity 100
- inputs: {"age_days": 1603, "days_push": 22, "days_rel": 79, "gap_med": 0, "n_releases_24m": 36}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2738, forks 293 (observed 2026-08-28T04:07:16.379471+00:00)

## What it is
reFlutter is a Python CLI framework for reverse engineering Flutter mobile apps by repacking APK/IPA files with a specially patched, precompiled Flutter engine. The patched library enables Burp Suite traffic interception, bypasses many certificate-pinning implementations, and exposes Dart classes, functions, and code offsets for dynamic analysis without root access or certificate installation.

## Use cases
- intercept https traffic from a flutter app with burp suite
- bypass ssl certificate pinning in a flutter mobile app
- reverse engineer an apk built with flutter
- perform dynamic analysis of a dart snapshot in a mobile app
- security test a flutter app during a bug bounty
- patch a flutter ipa for traffic monitoring on ios

## When to choose
- you are pentesting or bug-bounty hunting a Flutter-based Android or iOS app
- you need traffic interception or pinning bypass without root or installing CA certificates on the device
- you want to enumerate Dart classes, functions, and code offsets from a compiled Flutter snapshot

## When to avoid
- the target app is a native Android/iOS app not built with Flutter
- you need a general-purpose disassembler or static reverse engineering suite rather than Flutter-specific dynamic analysis
- you cannot repack and re-sign the target APK/IPA, for example due to unworkable integrity protections

## Facets
- artifact type: cli-tool
- maturity: active
- function: reverse-engineering, security, penetration-testing, cli
- domain: security, penetration-testing, reverse-engineering, mobile-development
- platform: windows, python, cross-platform
- tags: flutter, ssl-pinning-bypass, traffic-interception, burp-suite, apk-repacking, ipa-repacking, dynamic-analysis, dart-snapshot, bugbounty, mobile-security, linux, macos, android, ios

## Member repositories
- Impact-I/reFlutter (main) score 95

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:16.379471+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-30T08:19:12.722090+00:00, confidence not recorded.
  - readme: https://github.com/Impact-I/reFlutter (fetched 2026-08-28T04:07:16.379471+00:00, sha fbc160722125)
  - registry_pypi: https://pypi.org/pypi/reflutter/json (fetched 2026-08-29T09:57:25.107756+00:00, sha 52ca0e272e01)
- Data as of 2026-08-30T08:39:29.467469+00:00.
