14 lines
656 B
JSON
14 lines
656 B
JSON
{
|
|
"name": "android-reverse-engineering",
|
|
"version": "1.0.0",
|
|
"description": "Decompile Android APK/JAR/AAR with jadx, trace call flows, extract APIs, analyze tracker/ad SDKs for privacy auditing, and neutralize SDK entry points for enterprise deployment.",
|
|
"author": {
|
|
"name": "Simone Avogadro"
|
|
},
|
|
"repository": "https://github.com/SimoneAvogadro/android-reverse-engineering-skill",
|
|
"license": "Apache-2.0",
|
|
"keywords": ["android", "reverse-engineering", "apk", "jadx", "decompile", "api-extraction", "tracker-analysis", "ad-analysis", "privacy", "sdk-neutralizer", "enterprise"],
|
|
"skills": "./skills/",
|
|
"commands": "./commands/"
|
|
}
|