synacktiv/frinet

script has been destroyed

maru7777 opened this issue · 1 comments

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

Hi,

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.