# ClaudiuGeorgiu/Obfuscapk

An automatic obfuscation tool for Android apps that works in a black-box fashion, supports advanced obfuscation features and has a modular architecture easily extensible with new techniques

Repository: https://github.com/ClaudiuGeorgiu/Obfuscapk
Canonical: https://ross.abutalabs.com/products/obfuscapk
Language: Python
License: MIT
License Family: permissive
Topics: android, application, app, apk, obfuscation, black-box, apktool, smali, obfuscapk
Archived: true
Last push: 2024-07-27T12:16:20+00:00

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

## Adoption (not part of the score)
Stars 1272, forks 322 (observed 2026-08-28T04:04:12.167121+00:00)

## What it is
Obfuscapk is a modular Python tool that obfuscates Android APKs and App Bundles in a black-box fashion, without needing source code, by decompiling with apktool and transforming smali code, resources, and manifest. It supports extensible obfuscation techniques via a plugin-style architecture.

## Use cases
- obfuscate an android apk without source code
- make an app look different to signature-based antivirus
- apply obfuscation techniques to smali code
- test malware detection against obfuscated android apps
- extend an obfuscation tool with custom techniques
- obfuscate android app bundle aab files

## When to choose
- you need black-box APK obfuscation without original source code
- you want a modular tool you can extend with new obfuscation techniques
- you need to generate obfuscated app variants for research or testing

## When to avoid
- the project is archived and no longer maintained
- you need actively supported obfuscation with recent Android versions
- you need app bundle obfuscation on Windows (unsupported)
- you want source-level obfuscation of your own codebase

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: security, cli, developer-tools
- domain: security, android-tools, reverse-engineering, mobile-development
- platform: windows, python, cli
- tags: android, apk, obfuscation, smali, apktool, black-box, app-bundle, archived, linux, macos

## Member repositories
- ClaudiuGeorgiu/Obfuscapk (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:12.167121+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-30T05:03:14.485235+00:00, confidence not recorded.
  - readme: https://github.com/ClaudiuGeorgiu/Obfuscapk (fetched 2026-08-28T04:04:12.167121+00:00, sha 9c6f089404d8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
