所有公开日志
所有WHY42公开日志的联合展示。您可以通过选择日志类型、输入用户名(区分大小写)或相关页面(区分大小写)筛选日志条目。
- 2025年3月20日 (四) 15:24 Riguz 留言 贡献创建了页面LLDB debug app (创建页面,内容为“== Disable SIP == <syntaxhighlight lang="bash"> # in recovery mode, restart and hold cmd + R csrutil disable </syntaxhighlight> == Attach process == <syntaxhighlight lang="bash"> # sudo lldb -p $(pgrep WeChat) sudo lldb -p $(pgrep cryptowl) Password: (lldb) process attach --pid 4673 Process 4673 stopped </syntaxhighlight> == set break point == <syntaxhighlight lang="bash"> (lldb) br set -n sqlite3_key Breakpoint 1: 2 locations. (lldb) br set -n sqlite3_key_v…”)