-
Notifications
You must be signed in to change notification settings - Fork 894
[bug] After patching ios app crashes #738
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Latest Frida means you are using 17.0.5 correct? |
I switched to frida 16.7.19 and gadget aswell. |
I've analysed and written a frida script for my app which mods it. Is there a way to have the frida gadget work in a non debug enviroment because when I set 'code_signing' to required my script stops working, probably because the frida gadget cannot modify a signed application. But is there a way around this? |
My ios ecosystem knowledge is quite limited but I wonder if this is not also AMFI related (#661), you can try see if you get the same |
Describe the bug
After running
objection patchipa --source App.ipa --codesign-signature xxx
and deploying using ios-deploy the app installs successfully but crashes on opening.To Reproduce
Steps to reproduce the behavior:
unzip App-frida-codesigned.ipa
ios-deploy --bundle Payload/App.app -W -d
Similar issues
Expected behavior
The app should launch normally with frida gadget
Evidence / Logs / Screenshots
Any output from objection, such as stack traces or errors that occurred. Be sure to run objection with the
--debug
flag so that errors from the agent are verbose enough to debug. For example:Environment (please complete the following information):
Could be frida problem
The text was updated successfully, but these errors were encountered: