pip3 install objection
security find-identity(find your dev identities)
npm install -g applesign
npm install -g ios-deploy
git clone https://github.com/Tyilo/insert_dylib && cd insert_dylib &&xcodebuild && cp build/Release/insert_dylib /usr/local/bin/insert_dylib
- create an empty iOS project,and run it on your iPhone,trust it,so you will have an embedded.mobileprovision on your Mac。
objection patchipa -s xxx.ipa -c [YOUR_DEV_IDENTITY] -p embedded.mobileprovision
then you will get an "xxxx-frida-codesigned.ipa"
unpack "xxxx-frida-codesigned.ipa"
ios-deploy -W -b ./Payload/xxx.app
objection -g xxx.xxx.xxx explore
ios hooking list classes
android hooking watch class_method (eg: com.example.test dologin) (optional: --dump-args) (optional: --dump-backtrace) (optional: --dump-return)
example:
android hooking watch class_method xxx.xxx.Log i --dump-args --dump-return
example:
android hooking search classes login