README
woza (我砸)
Dump application ipa from jailbroken iOS based on frida.
woza is a nodejs version for frida-ios-dump
Install
// 1. node >= v8.11.4
// 2.
npm install -g woza
Environment
- frida
Jailbroken iOS need frida
installed. How to install frida
- password-free ssh
ssh-copy-id -i ~/.ssh/id_rsa root@ip -P 22
- usbmuxd
brew install usbmuxd
- iproxy
iproxy 2222 22
Usage
- find app bundle id
woza
- start to dump
woza com.xxx.bundleid
// or
woza com.xxx.bundleid ~/Desktop/xxx.ipa
Help
List applications : woza
Dump application : woza com.xxx.bundleid
woza com.xxx.bundleid ~/Desktop/xxx.ipa
Help : woza --help
Develop
npm run cli
npm run cli -- --help
npm run cli -- com.xxx.bundleid
npm run cli -- com.xxx.bundleid ~/Desktop/xxx.ipa
Thanks
Group
关注订阅号this很有趣
,回复 woza 进群反馈问题。