From fa538d98091c0268635a92348924ffc7baad01a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=85=E9=9B=BE?= <91774511+lovejiuwu@users.noreply.github.com> Date: Fri, 10 Jul 2026 22:07:17 +0800 Subject: [PATCH] Add WMPF 20089 config and update README --- README.md | 3 ++- README.zh.md | 3 ++- frida/config/addresses.20089.json | 6 ++++++ 3 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 frida/config/addresses.20089.json diff --git a/README.md b/README.md index c00aff3..8fc137f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ This debugger (tweak) exploits Remote Debug feature provided by wechatdevtools a Version histories: -* 20079 (latest, credit @LiuYJia, @82539474) +* 20089 (latest, credit @lovejiuwu) +* 20079 (credit @LiuYJia, @82539474) * 20005 (credit @LiuYJia) * 20001 (credit @B1397KB) * 19977 (credit @B1397KB, @yunm90872-ui, @chengzongcai) diff --git a/README.zh.md b/README.zh.md index 85ee094..d26d53c 100644 --- a/README.zh.md +++ b/README.zh.md @@ -9,7 +9,8 @@ 支持的 WMPF 版本: -* 20079 (最新, credit @LiuYJia, @82539474) +* 20089 (最新, credit @lovejiuwu) +* 20079 (credit @LiuYJia, @82539474) * 20005 (credit @LiuYJia) * 20001 (credit @B1397KB) * 19977 (credit @B1397KB, @yunm90872-ui, @chengzongcai) diff --git a/frida/config/addresses.20089.json b/frida/config/addresses.20089.json new file mode 100644 index 0000000..517d892 --- /dev/null +++ b/frida/config/addresses.20089.json @@ -0,0 +1,6 @@ +{ + "Version": 20089, + "LoadStartHookOffset": "0x25E0170", + "CDPFilterHookOffset": "0x30CF8F0", + "SceneOffsets": [64, 1480, 8, 1416, 16, 456] +}