Skip to content

Commit 2f28957

Browse files
5858
authored andcommitted
新增内置浏览器f12
1 parent 81f6558 commit 2f28957

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111

1212
> 感谢志远大佬的WeChatOpenDevTool开源、感谢JaveleyQAQ大佬、感谢Sndav大佬,小弟只是新增支持Mac arm架构,重要代码都是上述3位大佬的
1313
14-
| MAC 微信版本 | 小程序版本 | 是否为最新版 |
15-
| ---------------- | ---------- | ------------ |
16-
| 3.8.8 (28486) | 13080812 ||
17-
| 3.8.7 (28245) | 13080712 ||
14+
| MAC 微信版本 | 小程序版本 | 是否为最新版 | 是否支持内置浏览器f12 |
15+
| ---------------- | ---------- | ------------ | ------------ |
16+
| 3.8.8 (28486) | 13080812 |||
17+
| 3.8.7 (28245) | 13080712 |||
1818

1919

2020

configs/address_13080812_arm.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"xwebadress": "0x23F09D8",
23
"DevToolStringAddr": "0x6C219F8",
34
"WechatWebStringAddr": "0x7258E58",
45
"JsonGetBoolFunc": "0x25F4E6C"

scripts/hook.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,11 @@ setImmediate(() => {
4747
}
4848
}
4949
})
50+
Interceptor.attach(base.add(address.xwebadress), { // json_get_bool
51+
onLeave(retval) {
52+
// console.log("[+] enable_vconsole detected, replace retval to true")
53+
retval.replace(1)
54+
}
55+
})
5056
})
5157

0 commit comments

Comments
 (0)