-
-
Notifications
You must be signed in to change notification settings - Fork 153
Home
lethanhphuc edited this page Feb 18, 2022
·
11 revisions
Welcome to the frida-ios-hook wiki!
[+] Latest version
https://github.com/noobpk/frida-ios-hook/releases
[+] Develop version
1. git clone https://github.com/noobpk/frida-ios-hook
2. cd frida-ios-hook/frida-ios-hook
3. chmod +x ioshook
4. ./ioshook --help(-h)
5. rebellion :))
Application: Apple AppStore
Identifier: com.apple.appstore
Name: AppStore
- List All Devices
./ioshook --list-devices
- List The Installed apps
./ioshook --list-apps
- List Info of Apps on Itunes
./ioshook --list-appinfo
list()
- List All Scripts
./ioshook --list-scripts
- Show system log of device
./ioshook --logcat
- Get the shell of connect device
Start Iproxy
iproxy 2222 22
./ioshook --shell
- Dump decrypt IPA
Start Iproxy
iproxy 2222 22
./ioshook -p com.apple.appstore --dump
Or
./ioshook -n 'App Store' --dump
- Dump memory of Application
./ioshook -n 'App Store' --dump-memory --strings
- HexByte Scan IPA
Scan
./ioshook --hexbyte-scan scan --file AppStore.ipa --pattern E103??AA????E0
Patch
./ioshook --hexbyte-scan scan --file AppStore.ipa --address 0x184dfc 1F2003D5 0x1
Json
./ioshook --hexbyte-scan scan --file AppStore.ipa --task hexbytescan-tasks/task.json