1 parent 969da6b commit dca102eCopy full SHA for dca102e
1 file changed
scripts/hook.js
@@ -69,5 +69,26 @@ Interceptor.attach(address.LaunchAppletBegin, {
69
}
70
})
71
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
87
88
+ this.context.rdx = address.WechatWebHtml;
89
90
91
+})
92
+}
93
94
0 commit comments