We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30efbaf commit 5c0ff94Copy full SHA for 5c0ff94
scripts/hook.js
@@ -141,6 +141,14 @@ function setupInterceptor() {
141
}
142
})
143
break;
144
+ case 11159:
145
+ Interceptor.attach(address.SwitchVersion, {
146
+ onEnter(args) {
147
+ this.context.r8 = this.context.rax
148
+ sendMessage()
149
+ }
150
+ })
151
+ break;
152
153
case 13080811:
154
Interceptor.attach(address.WechatAppHtml, {
@@ -150,6 +158,16 @@ function setupInterceptor() {
158
159
160
161
+
162
+ case 13080812:
163
+ Interceptor.attach(address.WechatAppHtml, {
164
165
+ this.context.rsi = address.WechatWebHtml
166
167
168
169
170
171
172
default:
155
173
console.log(address.Version);
0 commit comments