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
Hi,
I am facing some issue on frida. like when I add any inspect/inspect backtrace hook. after spawn the application I have got an error and the backtrace not working for the method/class.
enable inspect backtrace hooking
got error when spawn the application and backtrace not working:
The text was updated successfully, but these errors were encountered:
You have to assign a hook / trace after the application is spawned. If you restart de application, the hooks can't be reused, they have to be re defined.
Hi,
I am facing some issue on frida. like when I add any inspect/inspect backtrace hook. after spawn the application I have got an error and the backtrace not working for the method/class.
enable inspect backtrace hooking
got error when spawn the application and backtrace not working:
The text was updated successfully, but these errors were encountered: