mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-09-06 02:35:40 +08:00
Fix an hardcore bug
This commit is contained in:
@@ -78,7 +78,7 @@ class HookEntry : IYukiHookXposedInit {
|
||||
// 开始你的 Hook
|
||||
// 可简写为 encase {}
|
||||
YukiHookAPI.encase {
|
||||
// 装载到系统框架
|
||||
// 装载 APP Zygote 事件
|
||||
loadZygote {
|
||||
// 得到需要 Hook 的 Class
|
||||
ActivityClass.hook {
|
||||
|
Reference in New Issue
Block a user