Skip to content

Commit dca102e

Browse files
authored
修改9079问题
1 parent 969da6b commit dca102e

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

scripts/hook.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,26 @@ Interceptor.attach(address.LaunchAppletBegin, {
6969
}
7070
})
7171

72+
if(address.WechatVersionSwitch){
73+
74+
Interceptor.attach(address.WechatVersionSwitch, {
75+
onEnter(args) {
76+
77+
this.context.r8 = this.context.rax
78+
send("[+] 已还原完整F12")
79+
}
80+
})
81+
send("[+] WeChatAppEx.exe 注入成功!")
82+
83+
}else{
84+
85+
Interceptor.attach(address.WechatWebHtml, {
86+
onEnter(args) {
87+
88+
this.context.rdx = address.WechatWebHtml;
89+
send("[+] 已还原完整F12")
90+
}
91+
})
92+
}
7293

7394

0 commit comments

Comments
 (0)