Skip to content

Functionality to begin thread tracking once a Native or Objective-C method is called#144

Open
datalocaltmp wants to merge 2 commits intogaasedelen:developfrom
datalocaltmp:develop
Open

Functionality to begin thread tracking once a Native or Objective-C method is called#144
datalocaltmp wants to merge 2 commits intogaasedelen:developfrom
datalocaltmp:develop

Conversation

@datalocaltmp
Copy link

These changes introduce the ability to only begin stalking threads once a trigger function is called - it stops stalking once the trigger function returns.

With large Application processes on Android and iOS it is not possible to trace everything without the process crashing - this functionality introduces the ability to tightly narrow the scope of tracing so as to avoid crashing the process.

Happy to make any modifications - it's a bit hacky but it does enable iOS/Android coverage generation for targeted methods in large binaries.

@datalocaltmp
Copy link
Author

Added the -R flag to allow for users who want to attach to a remote frida-server instance.

@yooo1999
Copy link

yooo1999 commented Sep 8, 2025

@gaasedelen Please merge -R option!

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.

2 participants