# hanbinglengyue/FART

ART环境下自动化脱壳方案

Repository: https://github.com/hanbinglengyue/FART
Canonical: https://ross.abutalabs.com/products/fart
Language: Python
License: Apache-2.0
License Family: permissive
Last push: 2025-01-13T14:43:15+00:00

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

## Adoption (not part of the score)
Stars 2724, forks 638 (observed 2026-08-28T04:07:15.707350+00:00)

## What it is
FART is an automated Android app unpacking (dex dumping) tool for ART environments, based on active invocation, implemented on Android 6.0/8.0 system images. It also includes Frida-based variants that can dump all functions of a class or a single function's CodeItem.

## Use cases
- unpack packed android apk
- dump dex files from hardened android app
- extract codeitem of a function with frida
- analyze android app packers
- recover dex from memory on art runtime

## When to choose
- you need to dump dex from packed Android apps on ART
- you want fine-grained function-level CodeItem dumping via Frida

## When to avoid
- you target non-Android platforms
- you need a maintained tool for the latest Android versions without porting effort

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: reverse-engineering, security, parser
- domain: security, reverse-engineering, android-tools
- platform: python
- tags: android, dex-dumping, unpacking, frida, art-runtime, app-hardening, linux

## Member repositories
- hanbinglengyue/FART (main) score 33

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:15.707350+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-30T02:14:55.404394+00:00, confidence not recorded.
  - readme: https://github.com/hanbinglengyue/FART (fetched 2026-08-28T04:07:15.707350+00:00, sha eb2f8b8393a7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
