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

Frida script improvements #91

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

Conversation

mitchcapper
Copy link

This expands the manual single function listening to support pattern matching and the full function context rather than just classname for logging. Eventually it would be nice to use pattern matching/globbing similar to frida-trace (ApiResolver / enumerateMatches matching) but the included regex bas should be a fine launching point.

If this PR is of interest I will clean it up a bit more, maybe add support for the -P command line option to pass regexes directly (or maybe just a .json config file) rather than hardcoding into the JS.

Also improves the docs a bit to make it easier for users to get started.

Not sure if the way I expose/use getFunctionName4Ida is best but it seemed like the best solution

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.

1 participant