- Update:
20241206
https://github.com/crifan/iOSOpenDevHookTemplate.git
Use as a startup template of Xcode+iOSOpenDev to hook some iOS app/exectuable/dylib/...
- Init
- change
Xcode
->Targets
->Build Settings
->User-Defined
->iOSOpenDevDevice
to your iPhone WiFi IP- and make sure ssh login without password
- if error
An empty identity is not valid when signing a binary for the product type 'Dynamic Library'
- please refer: An empty identity is not valid · iOS逆向开发:iOSOpenDev开发插件
- to change
Code Signing Identity
's value to Apple Development
- to change
- please refer: An empty identity is not valid · iOS逆向开发:iOSOpenDev开发插件
- change
- Normal Development
- Clean
Xcode
->Product
->Clean Build Folder
- Build & Install
Xcode
->Product
->Build For
->Profiling
- will auto build and install compiled
tweak
=plugin
=iOSOpenDevHookTemplate.deb
into connected iPhone
- will auto build and install compiled
- Clean