# alibaba/AndFix

AndFix is a library that offer hot-fix for Android App.

Repository: https://github.com/alibaba/AndFix
Canonical: https://ross.abutalabs.com/products/andfix
Language: C++
License: NOASSERTION
License Family: other
Topics: android, hotfix
Last push: 2020-11-17T03:34:10+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4006, "days_push": 2115, "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 6965, forks 1593 (observed 2026-08-28T04:09:51.788612+00:00)

## What it is
AndFix is an Android library that provides online hot-fix capability, allowing developers to patch bugs in a shipped app by replacing method bodies at runtime without redistributing the app. It supports Android 2.3-7.0 on Dalvik and ART runtimes, ARM and x86 architectures, and includes an apkpatch tool for generating .apatch files.

## Use cases
- fix bugs in a released android app without publishing an update
- apply runtime method-level patches to android apps
- hot-fix critical crashes in production android apps
- generate patch files comparing old and new android apks
- distribute app patches from my own server

## When to choose
- you must hot-fix a legacy Android app running Android 2.3-7.0 without a store update
- you need method-level native patching on Dalvik or ART

## When to avoid
- you target Android 8.0 or newer, which AndFix does not support
- you want an actively maintained hot-fix solution
- your project uses modern Android build tooling and Java versions

## Facets
- artifact type: library
- maturity: abandoned
- function: developer-tools, security
- domain: mobile-development, android-tools
- platform: -
- tags: hotfix, patching, android, method-hooking, native-code, apatch, mobile

## Member repositories
- alibaba/AndFix (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:51.788612+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-29T17:41:10.813515+00:00, confidence not recorded.
  - readme: https://github.com/alibaba/AndFix (fetched 2026-08-28T04:09:51.788612+00:00, sha 014ab62f5fac)
- Data as of 2026-08-30T08:39:29.467469+00:00.
