← Discover
Discover · GitHub · ASC↑ +129 today

Analyze Android applications quickly

ASC is a high-speed Android decompiler interface developed for mobile application researchers and AI agents. Written in Python, this tool aims to accelerate the process of analyzing complex application files.

What you get

  • Scans large application files in seconds
  • Queries directly on the code without straining memory
  • Produces fast results without unnecessary preprocessing

Installation

Installation with package manager
pip install droidasc
Installation from source code
pip install .

Running it

Opening an application file with a visual interface
droidasc app.apk --gui
Exporting a specific class
droidasc getclass app.apk Lcom/poc/Main; -o Main.java

If you don't write code

🤖 Paste this into your AI agent (Claude Code · Codex · Antigravity)

Act as an Android application researcher. Help me find a specific class in an APK file, parse the AndroidManifest.xml file, or search for references within the code using the Droid ASC tool. When generating commands, use the tool's getclass, getmanifest, and findrefs commands with the correct parameters and explain how I should interpret the outputs.

Related dictionary terms

Who it is forSuitable for mobile application security researchers and Android software developers.
LicenseApache-2.0

Links

TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-09-16: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.