-
Notifications
You must be signed in to change notification settings - Fork 45
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
Apps freezes with crypto enabled #2
Comments
More specifically in my use case, it hangs on these lines with readPointer()
and
I used this function to read the pointer to see what was up:
And I logged out the params right before calling it and I get stuff like this:
so it appears that sometimes it gets a pointer to 0x0 and it causes the app to hang. Unfortunately, I don't get any of the details I'm looking for so will need to do some more study to find out why I get 0x0 and why there isn't any data when there is a pointer in that parameter (as you can see from the logs above, often there is a pointer there but this script seems to abort in those cases anyway). |
It's the same issue as the one listed here #1 (where I posted a potential solution, which is to patch everything). |
I start any application
frida -l iosciper.js -f com.apple.Maps -U
with a script and if the “crypto” section of the config is enabled, the application hangs (apparently one of the encryption functions is triggered at that moment). There are no errors, the application closes after some time.
frida 16.3.3, iOS 15.3.1, iPhone SE2
The text was updated successfully, but these errors were encountered: