github HighCapable/YukiHookAPI 1.1.6

latest releases: 1.2.1, 1.2.0, 1.1.11...
20 months ago

YukiHookAPI 1.1.6 Released

  • Fixed the serious problem that ClassLoader does not match after PackageParam keeps a single instance when there may be multiple package names in the same process when Xposed Module is loaded
  • When the package name is not distinguished when there are multiple package names in the same process, stop loading the singleton child Hooker and print a warning message
  • Fixed the problem that the number of parameters is incorrect when methods such as HookParam.callOriginal, HookParam.invokeOriginal call the original method
  • Modify the method parameter name param of reflection calls in MethodFinder, ConstructorFinder, ReflectionFactory to args
  • Added the function of judging the parameters of the entry class constructor in the automatic processing program of the Xposed Module, the entry class needs to ensure that it does not have any constructor parameters

For more details, please check the changelog.


YukiHookAPI 1.1.6 已发布

  • 修复 Xposed 模块装载时可能存在同一个进程多个包名的情况导致 PackageParam 保持单例后 ClassLoader 不符的严重问题
  • 新增同一个进程多个包名的情况下未区分包名时,停止装载单例化的子 Hooker 并打印警告信息
  • 修复 HookParam.callOriginalHookParam.invokeOriginal 等方法调用原始方法时参数个数不正确的问题
  • 修改 MethodFinderConstructorFinderReflectionFactory 中反射调用的方法参数名 paramargs
  • 新增 Xposed 模块自动处理程序中判断入口类构造方法参数功能,入口类需要保证其不存在任何构造方法参数

详情请查看更新日志

Don't miss a new YukiHookAPI release

NewReleases is sending notifications on new releases.