Skip to content
lethanhphuc edited this page Feb 18, 2022 · 11 revisions

Welcome to the frida-ios-hook wiki!

Install

	[+] 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 :))

Usage

Application: Apple AppStore
Identifier: com.apple.appstore
Name: AppStore
  1. List All Devices

./ioshook --list-devices

  1. List The Installed apps

./ioshook --list-apps

  1. List Info of Apps on Itunes

./ioshook --list-appinfo

list()

  1. List All Scripts

./ioshook --list-scripts

  1. Show system log of device

./ioshook --logcat

  1. Get the shell of connect device

Start Iproxy iproxy 2222 22

./ioshook --shell

  1. Dump decrypt IPA

Start Iproxy iproxy 2222 22

./ioshook -p com.apple.appstore --dump Or ./ioshook -n 'App Store' --dump

  1. Dump memory of Application

./ioshook -n 'App Store' --dump-memory --string

  1. 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

  1. Static Analysis Application

./ioshook -n 'App Store' -m app-static

  1. Bypass Jailbreak Detection

./ioshook -p com.apple.appstore -m bypass-jb

  1. Bypass SSL Pinning

./ioshook -p com.apple.appstore -m bypass-ssl

  1. Intercept URLRequest in App

./ioshook -n 'App Store' -m i-url-req

  1. Intercept Crypto in App

./ioshook -p com.apple.appstore -m i-crypto

Clone this wiki locally