1 parent ee4ab16 commit 4902166Copy full SHA for 4902166
1 file changed
scripts/hook.js
@@ -184,6 +184,14 @@ function setupInterceptor() {
184
}
185
})
186
break;
187
+ case 11253:
188
+ Interceptor.attach(address.SwitchVersion, {
189
+ onEnter(args) {
190
+ this.context.r8 = this.context.rax
191
+ sendMessage()
192
+ }
193
+ })
194
+ break;
195
default:
196
console.log(address.Version);
197
Interceptor.attach(address.WechatAppHtml, {
0 commit comments