Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
1.3.0 source code.tar.gz | 2025-06-25 | 1.7 MB | |
1.3.0 source code.zip | 2025-06-25 | 2.1 MB | |
README.md | 2025-06-25 | 1.8 kB | |
Totals: 3 Items | 3.8 MB | 2 |
YukiHookAPI 1.3.0 Released
- This is a major update, please refer to Migrate to YukiHookAPI 1.3.x
- The reflection API of
YukiHookAPI
is deprecated, please move to the brand new KavaRef - The limitation of duplicate Hooks has been deprecated, now you can repeat the same method of the Hook
- Deprecated
,ModuleAppActivity
, please useModuleAppCompatActivity
ModuleActivity
to create your own proxyActivity
YLog
is now allowed to passmsg
into any object and will be automatically converted to a string for printingFreeReflection
has been deprecated and has now switched to AndroidHiddenApiBypass
For more details, please check the changelog.
YukiHookAPI 1.3.0 已发布
- 这是一次重大更新,详情请参考 迁移到 YukiHookAPI 1.3.x
- 弃用了
YukiHookAPI
自身的反射 API,现在请迁移到全新的 KavaRef - 弃用了重复 Hook 的限制,现在你可以重复 Hook 同一个方法
- 弃用了
、ModuleAppActivity
,现在请使用ModuleAppCompatActivity
ModuleActivity
创建自己的代理Activity
YLog
现已允许msg
传入任意对象,将自动转换为字符串进行打印FreeReflection
已被弃用,现已切换至 AndroidHiddenApiBypass
详情请查看更新日志。