From bfc4b73eec4be378bce8e79152b11d1f222b2dfc Mon Sep 17 00:00:00 2001 From: jackyin <648588267@qq.com> Date: Wed, 26 Nov 2025 10:24:11 +0800 Subject: [PATCH] Update and rename frida-wechat to frida-wechat.md --- frida-wechat => frida-wechat.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename frida-wechat => frida-wechat.md (79%) diff --git a/frida-wechat b/frida-wechat.md similarity index 79% rename from frida-wechat rename to frida-wechat.md index aff0587..53b71b3 100644 --- a/frida-wechat +++ b/frida-wechat.md @@ -1,5 +1,5 @@ 注意点 -1. 需要让frida启动微信才能通过内存地址找到代码位置 +1. 需要让frida启动微信才能通过内存地址找到代码位置 ``` MemoryAccessMonitor.enable( { @@ -15,11 +15,11 @@ MemoryAccessMonitor.enable( ); ``` -2. 通过ce确定内存位置 +2. 通过ce确定内存位置 +![image](https://github.com/user-attachments/assets/5980e46a-d5b7-4556-b291-a9beca0cbf47) - -3. 可以看到打印日志 +3. 可以看到打印日志 ``` Access by: 0x10dc28ccc libGLESv2.dylib!0x250ccc (0x250ccc) Operation: read