frida-il2cpp-bridge-my
Version:
(my:Support IOS)Frida module to dump, manipulate and hijack any IL2CPP application at runtime with a high level of abstraction.
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "frida-il2cpp-bridge-my",
"version": "0.2.4-5",
"description": "(my:Support IOS)Frida module to dump, manipulate and hijack any IL2CPP application at runtime with a high level of abstraction.",
"keywords": [
"frida",
"il2cpp",
"global-metadata.dat"
],
"module": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"/dist/*"
],
"scripts": {
"build": "tsc"
},
"author": "vfsfitvnm, my",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "git+https://github.com/yocher/frida-il2cpp-bridge.git"
},
"prettier": {
"tabWidth": 4,
"arrowParens": "avoid",
"trailingComma": "none",
"printWidth": 140
},
"devDependencies": {
"@types/frida-gum": "^16.5.0",
"@types/node": "^14.14.41"
},
"dependencies": {
"decorator-cache-getter": "^1.0.0",
"fastest-levenshtein": "^1.0.12"
},
"bugs": {
"url": "https://github.com/yocher/frida-il2cpp-bridge/issues"
},
"homepage": "https://github.com/yocher/frida-il2cpp-bridge#readme",
"directories": {
"example": "example"
}
}