本帖最后由 ningkong 于 2023-1-2 21:03 编辑
debugserver启动 iThunder
[Bash shell] 纯文本查看 复制代码 iPhone:~ root# debugserver -x backboard *:8888 /var/containers/Bundle/Application/E03DA66B-813A-4B2D-88DB-FB10F68C15B0/iThunder.app/iThunder
debugserver-@(#)PROGRAM:debugserver PROJECT:debugserver-360.0.26.1
for arm64.
Listening to port 8888 for a connection from *...
以下包含了这个 cy-fxQTdl.dylib
[Bash shell] 纯文本查看 复制代码 [NingKongDbg]$con
Process 4617 stopped
* thread #1, stop reason = signal SIGSTOP
frame #0: 0x0000000107149000 cy-fxQTdl.dylib`_dyld_start
cy-fxQTdl.dylib`_dyld_start:
-> 0x107149000 <+0>: mov x28, sp
0x107149004 <+4>: and sp, x28, #0xfffffffffffffff0
0x107149008 <+8>: mov x0, #0x0
0x10714900c <+12>: mov x1, #0x0
Target 0: (iThunder) stopped.
[NingKongDbg]$image list -f -o
[ 0] /private/var/containers/Bundle/Application/E03DA66B-813A-4B2D-88DB-FB10F68C15B0/iThunder.app/iThunder 0x0000000004738000(0x0000000104738000)
[ 1]/Library/Caches/cy-fxQTdl.dylib 0x0000000107148000(0x0000000107148000)
调试VoiceMemo
[Bash shell] 纯文本查看 复制代码 iPhone:~ root# debugserver -x backboard *:8888 /var/containers/Bundle/Application/68CB0597-127D-48B6-AE68-9269EE966D99/VoiceMemos.app/VoiceMemos
debugserver-@(#)PROGRAM:debugserver PROJECT:debugserver-360.0.26.1
for arm64.
Listening to port 8888 for a connection from *...
以下包含了这个 cy-fxQTdl.dylib
[Bash shell] 纯文本查看 复制代码 [NingKongDbg]$con
Process 4633 stopped
* thread #1, stop reason = signal SIGSTOP
frame #0: 0x0000000100989000 cy-fxQTdl.dylib`_dyld_start
cy-fxQTdl.dylib`_dyld_start:
-> 0x100989000 <+0>: mov x28, sp
0x100989004 <+4>: and sp, x28, #0xfffffffffffffff0
0x100989008 <+8>: mov x0, #0x0
0x10098900c <+12>: mov x1, #0x0
Target 0: (VoiceMemos) stopped.
[NingKongDbg]$image list -f -o
[ 0] /private/var/containers/Bundle/Application/68CB0597-127D-48B6-AE68-9269EE966D99/VoiceMemos.app/VoiceMemos 0x000000000075c000(0x000000010075c000)
[ 1] /Library/Caches/cy-fxQTdl.dylib 0x0000000100988000(0x0000000100988000)
[NingKongDbg]$
再次导致调试失败
寻找这个动态库, 没有踪迹, find / - name cy-fxQTdl.dylib
[Bash shell] 纯文本查看 复制代码 drwxrwxrwt 2 root admin 64 Nov 15 23:39 ./
drwxr-xr-x 27 root staff 864 Nov 16 02:31 ../
iPhone:/Library/Caches root# ls -alh /Library/Caches/cy-fxQTdl.dylib
ls: cannot access '/Library/Caches/cy-fxQTdl.dylib': No such file or directory
iPhone:/Library/Caches root#
|