感谢狗神回复~
我尝试了spring,以下是提示. 我看不太懂(╯□╰), 狗神能帮忙看下么~~
$ debugserver -x spring *:1234 /var/mobile/Containers/Bundle/Application/C60AF8CD-57F6-4A02-A9C1-5F07BABD0CA4/AlipayWallet.app/AlipayWallet
error: invalid TYPE for the --launch=TYPE (-x TYPE) option: ‘spring’
Valid values TYPE are:
auto Auto-detect the best launch method to use.
posix Launch the executable using posix_spawn.
fork Launch the executable using fork and exec.
backboard Launch the executable through BackBoard Services.
frontboard Launch the executable through FrontBoard Services.
您好,学习的过程当中也遇到和您一样的问题,可以帮忙指导下吗
Ethans-iPhone5s:~ root# debugserver -x spring *:1234 /var/mobile/Containers/Bundle/Application/93FBFF00-688A-44FA-A87B-1E34879CE1EF/AMapiPhone.app/AMapiPhone
error: invalid TYPE for the --launch=TYPE (-x TYPE) option: ‘spring’
Valid values TYPE are:
auto Auto-detect the best launch method to use.
posix Launch the executable using posix_spawn.
fork Launch the executable using fork and exec.
backboard Launch the executable through BackBoard Services.
frontboard Launch the executable through FrontBoard Services.
Ethans-iPhone5s:~ root# debugserver -x posix *:1234 /var/mobile/Containers/Bundle/Application/93FBFF00-688A-44FA-A87B-1E34879CE1EF/AMapiPhone.app/AMapiPhone
debugserver-@(#)PROGRAM:debugserver PROJECT:debugserver-340.3.51.1
for arm64.
Listening to port 1234 for a connection from *…
Failed to get connection from a remote gdb process.
Exiting.
Ethans-iPhone5s:~ root#