r2frida
r2frida copied to clipboard
dtr makes the agent crash sometimes
Reproducer:
$ r2 frida://usb/attach/Safari
\dtr objc:NSURL.URLWithString:$ x3
... type some stuff in the URL bar and wait for the crash to happen ...
Not sure it's related to your issue but I'm also facing trouble with \dtr, which in my case, makes the app stop its execution flow, just as If I set a breakpoint.
Once stopped, it's impossible to restart the execution flow, neither by removing all traces (dt-* nor by typing \dc nor by removing all breakpoints if any \db- *).