From c84156cef39b7f713ec0ba5cc8726e79304f63d3 Mon Sep 17 00:00:00 2001 From: blueicesir <1249214+blueicesir@users.noreply.github.com> Date: Mon, 14 Sep 2026 10:41:36 +0800 Subject: [PATCH] feat: add Windows WMPF 25560 support --- README.md | 3 ++- frida/config/win32/addresses.25560.json | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 frida/config/win32/addresses.25560.json diff --git a/README.md b/README.md index dd2cc4d..4c2b3b0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ This debugger (tweak) exploits Remote Debug feature provided by wechatdevtools a **Version histories:** * **auto-detect** (beta, credit @GhostMice) -* 25558 (latest, credit @potacotion, @bingkxu) +* 25560 (latest credit @blueicesir) +* 25558 (credit @potacotion, @bingkxu) * 25510 (credit @potacotion) * 25459 (credit @1147529365) * 25364 (credit @lyratu) diff --git a/frida/config/win32/addresses.25560.json b/frida/config/win32/addresses.25560.json new file mode 100644 index 0000000..eb73441 --- /dev/null +++ b/frida/config/win32/addresses.25560.json @@ -0,0 +1,6 @@ +{ + "Version": 25560, + "LoadStartHookOffset": "0x2ce7cf0", + "CDPFilterHookOffset": "0x39789d0", + "SceneOffsets": [64, 1536, 8, 1472, 16, 456] +}