1 parent 1edf1d7 commit 0bb067aCopy full SHA for 0bb067a
2 files changed
configs/address_9115_x64.json
@@ -0,0 +1,7 @@
1
+{
2
+ "LaunchAppletBegin": "0x2649CA0",
3
+ "MenuItemDevToolsString":"0x1967D16",
4
+ "jscode":"0x26B154D",
5
+ "SwitchVersion":"0x24BF4F4",
6
+ "Version":9115
7
+}
scripts/hook.js
@@ -116,6 +116,7 @@ function setupInterceptor() {
116
}
117
})
118
break;
119
+
120
case 9079:
121
Interceptor.attach(address.SwitchVersion, {
122
onEnter(args) {
@@ -124,7 +125,18 @@ function setupInterceptor() {
124
125
126
127
-
128
129
+ case 9115:
130
+ Interceptor.attach(address.SwitchVersion, {
131
+ onEnter(args) {
132
+ this.context.r8= this.context.rax
133
+ sendMessage()
134
+ }
135
+ })
136
+ break;
137
138
139
140
default:
141
Interceptor.attach(address.WechatAppHtml, {
142
0 commit comments