commit iniziale

This commit is contained in:
Simone Avogadro
2026-02-02 16:18:11 +01:00
commit 5ec451e352
14 changed files with 2435 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "android-reverse-engineering",
"version": "1.0.0",
"description": "Decompile Android APK/JAR/AAR with jadx, trace call flows through libraries, and document extracted APIs.",
"author": {
"name": "simonea"
},
"repository": "https://github.com/simonea/android-reverse-engineering-skill",
"license": "Apache-2.0"
}