1 parent 46ed6df commit 3e1b30fCopy full SHA for 3e1b30f
1 file changed
scripts/hook.js
@@ -176,7 +176,14 @@ function setupInterceptor() {
176
}
177
})
178
break;
179
-
+ case 11205:
180
+ Interceptor.attach(address.SwitchVersion, {
181
+ onEnter(args) {
182
+ this.context.r8 = this.context.rax
183
+ sendMessage()
184
+ }
185
+ })
186
+ break;
187
default:
188
console.log(address.Version);
189
Interceptor.attach(address.WechatAppHtml, {
0 commit comments