frida-python icon indicating copy to clipboard operation
frida-python copied to clipboard

How to obtain a session when using Frida in embedded mode?

Open hofR opened this issue 4 years ago • 2 comments

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?

hofR avatar Aug 06 '21 13:08 hofR

did you figure this out?

tomaszduda23 avatar Sep 03 '24 17:09 tomaszduda23

session = frida.attach(0) <- it is one of the options

tomaszduda23 avatar Sep 03 '24 19:09 tomaszduda23