Fix an hardcore bug

This commit is contained in:
2022-05-04 09:20:42 +08:00
parent 4ebb674913
commit 485b51ca32
6 changed files with 81 additions and 13 deletions

View File

@@ -78,7 +78,7 @@ class HookEntry : IYukiHookXposedInit {
// 开始你的 Hook
// 可简写为 encase {}
YukiHookAPI.encase {
// 装载到系统框架
// 装载 APP Zygote 事件
loadZygote {
// 得到需要 Hook 的 Class
ActivityClass.hook {