-
Notifications
You must be signed in to change notification settings - Fork 415
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) 路 1.46 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) 路 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "rms-runtime-mobile-security",
"version": "1.5.25",
"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 -c",
"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",
"devDependencies": {
"@types/frida-gum": "^19.7.0",
"@types/node": "^18.19.130",
"frida-compile": "^16.1.8"
},
"dependencies": {
"body-parser": "^2.2.0",
"express": "^5.2.1",
"frida": "^17.15.3",
"frida-fs": "^7.0.0",
"frida-java-bridge": "^7.0.13",
"frida-objc-bridge": "^8.0.6",
"node-datetime": "^2.1.2",
"nunjucks": "^3.2.4",
"socket.io": "^4.8.3"
}
}