2.0.2
Update log:
- Deprecated
callMethodsandaddCallmethods to eliminate ambiguity; replaced withcallerMethodsandaddCaller. DexClass,DexMethod, andDexFieldnow implementISerializableinstead ofjava.io.Serializable.- Optimized
InstanceUtilreflection performance with the addition ofWeakCache. - Fixed potential unexpected results when setting
searchPackagesparameter. For example,searchPackages("com.aa")could result in classLcom/aab;.