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
Is there a way to obtain the session object for an application that has Frida embedded? It tried to attach() to the process of the app, but this only results in a ServerNotRunningError. Basically, I attempt to do the same as frida -U Gadget -l <script> from a Python application.
Is there any way to achieve this?
The text was updated successfully, but these errors were encountered:
Is there a way to obtain the session object for an application that has Frida embedded? It tried to
attach()
to the process of the app, but this only results in a ServerNotRunningError. Basically, I attempt to do the same asfrida -U Gadget -l <script>
from a Python application.Is there any way to achieve this?
The text was updated successfully, but these errors were encountered: