mirror of
https://github.com/yincongcyincong/wechat_chatter.git
synced 2026-07-15 10:26:52 +08:00
Update and rename frida-wechat to frida-wechat.md
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
注意点
|
||||
1. 需要让frida启动微信才能通过内存地址找到代码位置
|
||||
1. 需要让frida启动微信才能通过内存地址找到代码位置
|
||||
```
|
||||
MemoryAccessMonitor.enable(
|
||||
{
|
||||
@@ -15,11 +15,11 @@ MemoryAccessMonitor.enable(
|
||||
);
|
||||
```
|
||||
|
||||
2. 通过ce确定内存位置
|
||||
2. 通过ce确定内存位置
|
||||

|
||||
|
||||
|
||||
|
||||
3. 可以看到打印日志
|
||||
3. 可以看到打印日志
|
||||
```
|
||||
Access by: 0x10dc28ccc libGLESv2.dylib!0x250ccc (0x250ccc)
|
||||
Operation: read
|
||||
Reference in New Issue
Block a user