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

Add helper methods in Class to find methods. #9

Open
letmutx opened this issue Nov 17, 2019 · 0 comments
Open

Add helper methods in Class to find methods. #9

letmutx opened this issue Nov 17, 2019 · 0 comments

Comments

@letmutx
Copy link
Owner

letmutx commented Nov 17, 2019

We can add two ways to search methods:

  1. Matching by method name, params and return type in the Method structure.
  2. Matching by using the dalvik.annotation.Signature annotation. This will be useful if a method's signature contains type parameters. (after Add annotations to Method #8 is resolved)
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

No branches or pull requests

1 participant