# LuckyPray/DexKit

An easy-to-use, high-performance dex deobfuscation library.

Repository: https://github.com/LuckyPray/DexKit
Canonical: https://ross.abutalabs.com/products/dexkit
Homepage: https://luckypray.org/DexKit/
Language: Kotlin
License: Apache-2.0
License Family: permissive
Topics: deobfuscation, dex, high-performance, library, native-module, xposed
Last push: 2026-08-20T14:59:38+00:00

## Health v2 (maintenance only)
Score: 87/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 66, longevity 100
- inputs: {"age_days": 1499, "days_push": 13, "days_rel": 144, "gap_med": 55.0, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1008, forks 115 (observed 2026-08-28T04:03:12.541324+00:00)

## What it is
DexKit is a high-performance dex parsing and deobfuscation library implemented in C++ with Kotlin bindings, used to locate obfuscated classes, methods, and fields in Android apps at runtime. It supports multi-condition and string-based batch searches, making it popular for Xposed module development.

## Use cases
- find obfuscated classes in an android apk
- locate methods by string usage in a dex file
- build an xposed module that survives app updates
- search dex for classes matching multiple conditions
- resolve renamed methods and fields across app versions
- reverse engineer android app internals

## When to avoid
- you need static decompilation to readable Java source
- you work with non-Android bytecode like plain JVM class files
- you need a full APK reverse-engineering GUI rather than a lookup library

## Facets
- artifact type: library
- maturity: active
- function: reverse-engineering, parser, search-engine, developer-tools
- domain: reverse-engineering, security, android-tools, developer-tools
- platform: cpp, jvm
- tags: dex, deobfuscation, xposed, native-module, runtime-analysis, apk-analysis, android

## Member repositories
- LuckyPray/DexKit (main) score 87

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:12.541324+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:12:06.901818+00:00, confidence not recorded.
  - readme: https://github.com/LuckyPray/DexKit (fetched 2026-08-28T04:03:12.541324+00:00, sha 5f1beb7d86c6)
  - homepage: https://luckypray.org/DexKit/ (fetched 2026-08-29T13:12:09.277775+00:00, sha 03695da9ea39)
- Data as of 2026-08-30T08:39:29.467469+00:00.
