UNPKG

bagbak

Version:

Dump iOS app from a jailbroken device, based on frida.re

52 lines (51 loc) 1.15 kB
{ "name": "bagbak", "version": "4.0.3", "description": "Dump iOS app from a jailbroken device, based on frida.re", "main": "index.js", "scripts": { "test": "echo 'Not supported'", "types": "npx -p typescript tsc index.js --declaration --allowJs --emitDeclarationOnly --outDir types --lib esnext" }, "author": "CodeColorist", "license": "MIT", "bin": { "bagbak": "./bin/bagbak.js" }, "types": "types/index.d.ts", "files": [ "index.js", "/agent/inject.js", "/agent/runningboardd.js", "/bin", "/lib/" ], "engines": { "node": ">=18.0.0" }, "type": "module", "devDependencies": { "@types/frida-gum": "^18.7.0", "@types/node": "^18.15.11" }, "dependencies": { "chalk": "^4.0.0", "commander": "^5.1.0", "frida": "^16.7.19", "ssh2": "^1.11.0" }, "repository": { "type": "git", "url": "git+https://github.com/ChiChou/bagbak.git" }, "keywords": [ "ios", "reverse-engineering", "frida", "jailbreak" ], "bugs": { "url": "https://github.com/ChiChou/bagbak/issues" }, "homepage": "https://github.com/ChiChou/bagbak#readme" }