Update log:
- Deprecated
callMethods
andaddCall
methods to eliminate ambiguity; replaced withcallerMethods
andaddCaller
. DexClass
,DexMethod
, andDexField
now implementISerializable
instead ofjava.io.Serializable
.- Optimized
InstanceUtil
reflection performance with the addition ofWeakCache
. - Fixed potential unexpected results when setting
searchPackages
parameter. For example,searchPackages("com.aa")
could result in classLcom/aab;
.