-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 774 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 774 Bytes
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
{
"name": "il2cpp-hooker",
"version": "1.0.0",
"description": "Restructure Ufunc.js based on frida-il2cpp-bridge",
"main": "agent/index.ts",
"scripts": {
"prepare": "npm run build",
"build": "frida-compile agent/index.ts -o _Ufunc.js -c",
"watch": "frida-compile agent/index.ts -o _Ufunc.js -w"
},
"devDependencies": {
"@types/frida-gum": "^18.2.0",
"@types/node": "^17.0.45",
"@frida/http": "^4.0.2",
"@frida/https": "^1.0.0"
},
"dependencies": {
"babelify": "^10.0.0",
"chalk": "^5.0.1",
"decorator-cache-getter": "^1.0.0",
"fastest-levenshtein": "^1.0.12",
"frida-compile": "^10.2.5",
"frida-il2cpp-bridge": "0.7.13",
"numbro": "^2.3.6",
"prettier": "^2.6.2",
"versioning": "^1.1.2"
}
}