You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after logging for 2min, the script is stucked ,and after pressing ctrl+c ,it shows:
2024-05-13 22:49:20,660 CRITICAL | Aw, Snap! Something went wrong: script has been destroyed.
the OS is IOS 15.4,frida 16.2.1
The text was updated successfully, but these errors were encountered:
This error: Aw, Snap! Something went wrong: script has been destroyed is a normal message that occurs when the Python script is interrupted by ctrl+c.
It seems that you are trying to trace a function that performs too many instructions before returning, which could explain that the tracer runs for at least 2 minutes. However, you should be able to load the partially-generated trace after interrupting the script.
after logging for 2min, the script is stucked ,and after pressing ctrl+c ,it shows:
2024-05-13 22:49:20,660 CRITICAL | Aw, Snap! Something went wrong:
script has been destroyed
.the OS is IOS 15.4,frida 16.2.1
The text was updated successfully, but these errors were encountered: