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

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

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.

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