chatlog icon indicating copy to clipboard operation
chatlog copied to clipboard

获取 key超时

Open citrusjunoss opened this issue 5 months ago • 3 comments

macos 15.6.1 系统(intel)

微信版本 4.0.3.80

➜ sudo ./chatlog key --debug
2025-09-08T10:16:55+08:00 INF tui config: {"config_dir":"/Users/qzd/.chatlog","last_account":"","history":null,"webhook":null}
2025-09-08T10:16:55+08:00 DBG Starting 6 workers for V4 key search
2025-09-08T10:17:27+08:00 ERR Failed to read memory error="read memory timeout"
2025-09-08T10:17:27+08:00 ERR failed to get key error="no valid key found"

citrusjunoss avatar Sep 08 '25 02:09 citrusjunoss

sip 状态

➜ csrutil status            
System Integrity Protection status: disabled.

citrusjunoss avatar Sep 08 '25 02:09 citrusjunoss

不需要 sudo,你这是读取内存数据超时了"read memory timeout",尝试下 lldb 是否能够读到内存数据

sjzar avatar Sep 08 '25 03:09 sjzar

不需要 sudo,你这是读取内存数据超时了"read memory timeout",尝试下 lldb 是否能够读到内存数据

不要 sudo 结果是一样的。

(lldb) target create /bin/ls
Current executable set to '/bin/ls' (x86_64).
(lldb) memory read 0x100000000
0x100000000: cf fa ed fe 07 00 00 01 03 00 00 00 02 00 00 00  ................
0x100000010: 12 00 00 00 c8 06 00 00 85 00 20 00 00 00 00 00  .......... .....
(lldb)

citrusjunoss avatar Sep 08 '25 03:09 citrusjunoss