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

Updated script to find and attach to open processes without reopening… #40

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cTFk1ller
Copy link

… the application

This commit includes changes to the script that enable it to locate and attach to open processes without the need to reopen the application. Instead of relying on the script to specifically target a predefined application, it now searches for any open applications and attaches to the appropriate one. This enhancement improves the script's flexibility and efficiency, allowing it to seamlessly interact with different processes without requiring manual intervention.

… the application

This commit includes changes to the script that enable it to locate and attach to open processes without the need to reopen the application. Instead of relying on the script to specifically target a predefined application, it now searches for any open applications and attaches to the appropriate one. This enhancement improves the script's flexibility and efficiency, allowing it to seamlessly interact with different processes without requiring manual intervention.
@cTFk1ller
Copy link
Author

Hello,

I've faced an issue running the script when the application is already running on the emulator.
So I solved this issue by searching for the application PID and attaching Frida to it.

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

Successfully merging this pull request may close these issues.

None yet

1 participant