dex-parser icon indicating copy to clipboard operation
dex-parser copied to clipboard

Add helper methods in Class to find methods.

Open letmutx opened this issue 4 years ago • 0 comments

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 #8 is resolved)

letmutx avatar Nov 17 '19 13:11 letmutx