Skip to content

Latest commit

 

History

History
37 lines (16 loc) · 404 Bytes

如何快速列出App的所有+load方法.md

File metadata and controls

37 lines (16 loc) · 404 Bytes

如何快速列出App的所有+load方法

点击一下Pause,然后输入

br s -r "\+\[.+ load\]$"

然后输入

br list

load

br s -r "正则"
就是
breakpoint set -r "正则"

通过正则匹配符号设置断点