-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Support for tracing high-level methods of Java Classes via patterns #70
Comments
may be we should also rename |
Any update on this issue? |
@Piasy Nobody is working on this as far as I can know. Are you volunteering? ;) |
@Piasy In the meantime, why don't you give https://github.com/dpnishant/appmon a try? :) |
@dpnishant Great work! But why not support wildcard in method name of Android Tracer? btw, I've write a tiny Java program to generate js code to hook all methods in provided classes, I'll release it later :) |
@Piasy Would be awesome if you could implement that in frida-trace 😊 It's still a pretty simple program, less than 900 LOC, so shouldn't take long to understand it and be able to add this new feature to it. |
Sure, I'll try it. |
@oleavr Sorry sir, I'm not very familiar with python, so I can't finish this job in a short time, and I don't have enough time to dive into this job. But I've released the Java program I wrote to generate hook script, hope it could help others, https://github.com/Piasy/FridaAndroidTracer. |
@Piasy Check out this update dpnishant/appmon@bf3cee9 😊 |
@dpnishant Awesome! |
Yes, it would be great if frida-trace could track the java method directly. |
As of version 12.10 and frida-tools 8.0 frida-trace supports Android 🎉 |
wow , this thread has been here for almost 6 years , and I'm looking for the same thing , a way to trace methods |
Does frida currently support tracking methods on the JVM? |
We need to add support for tracing high-level methods of Java Classes via patterns i.e. the Android/Java equivalent of the existing switch, below:
frida-trace -U someApp -m "*[NSFile* write*:*]"
The text was updated successfully, but these errors were encountered: