frida-objc-bridge
Version:
Objective-C runtime interop from Frida
29 lines (28 loc) • 660 B
JSON
{
"name": "frida-objc-bridge",
"version": "8.0.6",
"description": "Objective-C runtime interop from Frida",
"keywords": [
"frida-gum",
"frida-gum-bridge"
],
"main": "index.js",
"type": "module",
"files": [
"/index.js",
"/index.d.ts",
"/lib/**/*.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/frida/frida-objc-bridge.git"
},
"license": "LGPL-2.0 WITH WxWindows-exception-3.1",
"bugs": {
"url": "https://github.com/frida/frida-objc-bridge/issues"
},
"homepage": "https://github.com/frida/frida-objc-bridge#readme",
"devDependencies": {
"@types/frida-gum": "^18.8.2"
}
}