From 4b608e9806d341db37985d858147bb90044a4474 Mon Sep 17 00:00:00 2001 From: wyy Date: Tue, 15 Sep 2026 10:27:27 +0800 Subject: [PATCH] feat: add macOS offsets for WMPF 34371 --- frida/config/darwin/addresses.34371.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 frida/config/darwin/addresses.34371.json diff --git a/frida/config/darwin/addresses.34371.json b/frida/config/darwin/addresses.34371.json new file mode 100644 index 0000000..bd84949 --- /dev/null +++ b/frida/config/darwin/addresses.34371.json @@ -0,0 +1,6 @@ +{ + "Version": 34371, + "LoadStartHookOffset": "0x4f6454c", + "CDPFilterHookOffset": "0x83ae884", + "SceneOffsets": [56, 1432, 8, 1368, 16, 488] +}