Skip to content

Commit 969da6b

Browse files
authored
修改了9079的一些问题
1 parent e850ab4 commit 969da6b

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

configs/address_9079_x64.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"WechatAppHtml":"0x24BF4EB",
44
"WechatWebHtml":"0x24BF4E4",
55
"WechatAppExLog":"0x2F20022",
6+
"WechatVersionSwitch": "0x24BF4F2",
67
"MenuItemDevToolsString":"0x17C062"
78
}

scripts/hook.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,4 @@ Interceptor.attach(address.LaunchAppletBegin, {
7070
})
7171

7272

73-
Interceptor.attach(address.WechatAppHtml, {
74-
onEnter(args) {
75-
this.context.rdx = address.WechatWebHtml;
76-
send("[+] 已还原完整F12")
77-
}
78-
})
79-
send("[+] WeChatAppEx.exe 注入成功!")
73+

0 commit comments

Comments
 (0)