chatlog
chatlog copied to clipboard
获取 key超时
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"
sip 状态
➜ csrutil status
System Integrity Protection status: disabled.
不需要 sudo,你这是读取内存数据超时了"read memory timeout",尝试下 lldb 是否能够读到内存数据
不需要 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)