android-app-launch-intent-finder
Version:
Finds launch intents in an Android application APK.
28 lines (27 loc) • 583 B
JSON
{
"name": "android-app-launch-intent-finder",
"version": "1.0.8",
"description": "Finds launch intents in an Android application APK.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"launch-intent-finder": "index.js"
},
"author": "tfKamran",
"license": "Apache License 2.0",
"dependencies": {
"chalk": "^2.4.1",
"get-installed-path": "^4.0.8",
"shelljs": "^0.8.1",
"xml-js": "^1.6.2"
},
"keywords": [
"android",
"decompile",
"reverse",
"engineer",
"apk"
]
}