Update and rename frida-wechat to frida-wechat.md

This commit is contained in:
jackyin
2025-11-26 10:24:11 +08:00
committed by GitHub
parent 69b4ee5f0f
commit bfc4b73eec
+4 -4
View File
@@ -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