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

Startup Script #64

Closed
suidpit opened this issue Mar 18, 2022 · 2 comments
Closed

Startup Script #64

suidpit opened this issue Mar 18, 2022 · 2 comments

Comments

@suidpit
Copy link

suidpit commented Mar 18, 2022

Hello, and thanks for this great project, the interface is really snappy and with lots of functionality!

So, I am currently dealing with an app that has jailbreak detection, and I'd like to load a script as soon as the app starts. Is there a way to do so in Grapefruit? If so, I'm sorry for not finding it!

@suidpit
Copy link
Author

suidpit commented Mar 18, 2022

Update: I think I have found a working approach. By injecting my startup script and spawning the app with frida, it seems that Grapefruit will then attach to the already running process, so that the goal is reached! @ChiChou if you can confirm that this is the suggested approach, I think the issue can be closed.

@ChiChou
Copy link
Owner

ChiChou commented Mar 18, 2022

Yes this is by design. Frida supports multiple sessions on one process by natural. If an app is already running, we will attach it instead of spawning a new one

@suidpit suidpit closed this as completed Mar 18, 2022
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