jmpews / Dobby

a lightweight, multi-platform, multi-architecture hook framework.
Apache License 2.0
4k stars 833 forks source link

iOS debug 调试没有问题,拔了数据线崩溃,怎么解? #168

Open lixq677 opened 2 years ago

lixq677 commented 2 years ago

Exception Type: EXC_BAD_ACCESS (SIGKILL - CODESIGNING) Exception Subtype: UNKNOWN_0x32 at 0x0000000105430000 VM Region Info: 0x105430000 is in 0x105430000-0x105434000; bytes after start: 0 bytes before end: 16383 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL MALLOC guard page 10542c000-105430000 [ 16K] ---/rwx SM=ZER
---> Memory Tag 255 105430000-105434000 [ 16K] r-x/rwx SM=PRV
Memory Tag 255 (reserved 105434000-105438000 [ 16K] rw-/rwx SM=NUL ...(unallocated)

Termination Reason: Namespace CODESIGNING, Code 0x2

sarah9103 commented 1 year ago

遇到了同样的问题,有解吗?

venn0126 commented 10 months ago

Exception Type: EXC_BAD_ACCESS (SIGKILL - CODESIGNING) Exception Subtype: UNKNOWN_0x32 at 0x0000000105430000 VM Region Info: 0x105430000 is in 0x105430000-0x105434000; bytes after start: 0 bytes before end: 16383 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL MALLOC guard page 10542c000-105430000 [ 16K] ---/rwx SM=ZER ---> Memory Tag 255 105430000-105434000 [ 16K] r-x/rwx SM=PRV Memory Tag 255 (reserved 105434000-105438000 [ 16K] rw-/rwx SM=NUL ...(unallocated)

Termination Reason: Namespace CODESIGNING, Code 0x2

你好,请问后来怎么处理的?

laiyierjiangsu commented 5 months ago

我也遇到这个问题了。插着数据线,就能正常hook。 拔了数据线,貌似无法正常hook了

maybeisyi commented 5 months ago

我也遇到这个问题了。插着数据线,就能正常hook。 拔了数据线,貌似无法正常hook了

请问大佬,这个问题现在有解决方案了吗?我也卡在这个问题4天了~