用debugserver+lldb调试的时候,添加断点失败,这是为什么

如题,报的错误是这个
(lldb) br s -a ‘0xb0000+0x02C06A8D’
warning: failed to set breakpoint site at 0x2cb6a8d for breakpoint 4.1: error: 2 sending the breakpoint request

基地址
(lldb) image list -o -f
[ 0] 0x00000000000b0000 /var/containers/Bundle/Application/8DCE38B8-CAFC-4226-BB2E-2B1C320A1E28/WeChat.app/WeChat(0x00000001000b0000)

偏移量
0x02C06A8D

找到问题了,查看mach-o文件的偏移量是错误的。

请问怎么正确地查看偏移量呢?

弱弱的问下,你是怎么解决的?

我现在也遇到这个问题了 能详细说下吗

你是用什么工具查看偏移量的,我用Hopper Disassembler查看的

ida