Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hofR opened this issue Aug 6, 2021 · 2 comments
Open

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

hofR opened this issue Aug 6, 2021 · 2 comments

Comments

@hofR
Copy link

hofR commented Aug 6, 2021

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?

@tomaszduda23
Copy link

did you figure this out?

@tomaszduda23
Copy link

tomaszduda23 commented Sep 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants