Skip to content

Commit 3e1b30f

Browse files
authored
add 11205
1 parent 46ed6df commit 3e1b30f

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

scripts/hook.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,14 @@ function setupInterceptor() {
176176
}
177177
})
178178
break;
179-
179+
case 11205:
180+
Interceptor.attach(address.SwitchVersion, {
181+
onEnter(args) {
182+
this.context.r8 = this.context.rax
183+
sendMessage()
184+
}
185+
})
186+
break;
180187
default:
181188
console.log(address.Version);
182189
Interceptor.attach(address.WechatAppHtml, {

0 commit comments

Comments
 (0)