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
Improve Frida script error reporting with explicit wrappers
Frida errors themselves include stack info from only the script, and
won't make much sense in some cases. Including a wrapper like this gives
us a lot more information about what's going on, which app is failing,
and what we were doing at the time.
0 commit comments