rms-runtime-mobile-security
Version:
Runtime Mobile Security (RMS), powered by FRIDA, is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime
47 lines (46 loc) • 1.33 kB
JSON
{
"name": "rms-runtime-mobile-security",
"version": "1.5.23",
"description": "Runtime Mobile Security (RMS), powered by FRIDA, is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime",
"main": "rms.js",
"bin": {
"RMS-Runtime-Mobile-Security": "./rms.js",
"rms": "./rms.js"
},
"scripts": {
"prepare": "npm run compile",
"compile": "frida-compile agent/RMS_core.js -o agent/compiled_RMS_core.js",
"watch": "frida-compile agent/RMS_core.js -o agent/compiled_RMS_core.js -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/m0bilesecurity/RMS-Runtime-Mobile-Security.git"
},
"keywords": [
"Mobile Security",
"Android Security",
"iOS Security",
"Reverse Engineering",
"NodeJS",
"Mobile",
"Security",
"FRIDA",
"RMS"
],
"author": "@mobilesecurity_",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/m0bilesecurity/RMS-Runtime-Mobile-Security/issues"
},
"homepage": "https://github.com/m0bilesecurity/RMS-Runtime-Mobile-Security",
"dependencies": {
"body-parser": "^1.20.3",
"express": "^4.21.0",
"frida": "^16.5.2",
"frida-compile": "^16.4.1",
"frida-fs": "^5.2.5",
"node-datetime": "^2.1.2",
"nunjucks": "^3.2.4",
"socket.io": "^4.8.0"
}
}