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
pip install droidascpip install .Running it
droidasc app.apk --guidroidasc getclass app.apk Lcom/poc/Main; -o Main.javaIf you don't write code
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
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.