无法使用 Node 在 iOS 模拟器中连接到 Mobile Safari

Posted

技术标签:

【中文标题】无法使用 Node 在 iOS 模拟器中连接到 Mobile Safari【英文标题】:Can't connect to Mobile Safari in iOS Simulator using Node 【发布时间】:2012-12-17 01:06:46 【问题描述】:

我正在尝试在远程调试(使用 Node)时模拟 Safari 和 Mobile Safari 之间的消息交换。

我已经嗅探了两者之间的流量;他们正在通过 TCP 交换二进制 plist。我已经设法将数据包复制到选择特定选项卡进行调试(“套接字设置”)的位置,但在此之后,Mobile Safari 会忽略我的 plist 指令,而是发回一个列表。

这是 Safari 正在发送的套接字设置数据包的原始 tcpdump,以及它包含的 plist 的 JSON 表示:

10:36:42.318662 IP6 localhost.58028 > localhost.27753: Flags [P.], seq 1601:1930, ack 803, win 9125, options [nop,nop,TS val 69074378 ecr 69074378], length 329
0x0000:  6000 0000 0169 0640 0000 0000 0000 0000  `....i.@........
0x0010:  0000 0000 0000 0001 0000 0000 0000 0000  ................
0x0020:  0000 0000 0000 0001 e2ac 6c69 344e 2443  ..........li4N$C
0x0030:  4e32 497b 8018 23a5 0171 0000 0101 080a  N2I..#..q......
0x0040:  041d fdca 041d fdca 6270 6c69 7374 3030  ........bplist00
0x0050:  d201 0203 0c5a 5f5f 6172 6775 6d65 6e74  .....Z__argument
0x0060:  5a5f 5f73 656c 6563 746f 72d4 0405 0607  Z__selector.....
0x0070:  0809 0a0b 5f10 1b57 4952 4170 706c 6963  ...._..WIRApplic
0x0080:  6174 696f 6e49 6465 6e74 6966 6965 724b  ationIdentifierK
0x0090:  6579 5f10 1a57 4952 436f 6e6e 6563 7469  ey_..WIRConnecti
0x00a0:  6f6e 4964 656e 7469 6669 6572 4b65 795c  onIdentifierKey\
0x00b0:  5749 5253 656e 6465 724b 6579 5f10 1457  WIRSenderKey_..W
0x00c0:  4952 5061 6765 4964 656e 7469 6669 6572  IRPageIdentifier
0x00d0:  4b65 795f 1016 636f 6d2e 6170 706c 652e  Key_..com.apple.
0x00e0:  6d6f 6269 6c65 7361 6661 7269 5f10 2441  mobilesafari_.$A
0x00f0:  3535 3134 3645 372d 3244 4544 2d34 3832  55146E7-2DED-482
0x0100:  412d 3839 3133 2d31 3033 3337 4537 4634  A-8913-10337E7F4
0x0110:  3330 465f 1024 3230 3041 3935 3146 2d30  30F_.$200A951F-0
0x0120:  3839 432d 3445 3741 2d41 3642 322d 3331  89C-4E7A-A6B2-31
0x0130:  4235 4432 3737 4341 3635 1001 5f10 185f  B5D277CA65.._.._
0x0140:  7270 635f 666f 7277 6172 6453 6f63 6b65  rpc_forwardSocke
0x0150:  7453 6574 7570 3a00 0800 0d00 1800 2300  tSetup:.......#.
0x0160:  2c00 4a00 6700 7400 8b00 a400 cb00 f200  ,.J.g.t.........
0x0170:  f400 0000 0000 0002 0100 0000 0000 0000  ................
0x0180:  0d00 0000 0000 0000 0000 0000 0000 0001  ................
0x0190:  0f                                       .

 __argument: 
   WIRApplicationIdentifierKey: 'com.apple.mobilesafari',
    WIRConnectionIdentifierKey: 'A55146E7-2DED-482A-8913-10337E7F430F',
    WIRSenderKey: '200A951F-089C-4E7A-A6B2-31B5D277CA65',
    WIRPageIdentifierKey: 1 ,
  __selector: '_rpc_forwardSocketSetup:' 

以及我使用 JSON plist 发送的内容:

16:39:18.669088 IP6 localhost.63836 > localhost.27753: Flags [P.], seq 413:742, ack 1, win 9175, options [nop,nop,TS val 89654016 ecr 89654016], length 329
0x0000:  6000 0000 0169 0640 0000 0000 0000 0000  `....i.@........
0x0010:  0000 0000 0000 0001 0000 0000 0000 0000  ................
0x0020:  0000 0000 0000 0001 f95c 6c69 0226 fab5  .........\li.&..
0x0030:  6fff d8d3 8018 23d7 0171 0000 0101 080a  o.....#..q......
0x0040:  0558 0300 0558 0300 6270 6c69 7374 3030  .X...X..bplist00
0x0050:  d201 0203 0c5a 5f5f 6172 6775 6d65 6e74  .....Z__argument
0x0060:  5a5f 5f73 656c 6563 746f 72d4 0405 0607  Z__selector.....
0x0070:  0809 0a0b 5f10 1b57 4952 4170 706c 6963  ...._..WIRApplic
0x0080:  6174 696f 6e49 6465 6e74 6966 6965 724b  ationIdentifierK
0x0090:  6579 5f10 1a57 4952 436f 6e6e 6563 7469  ey_..WIRConnecti
0x00a0:  6f6e 4964 656e 7469 6669 6572 4b65 795c  onIdentifierKey\
0x00b0:  5749 5253 656e 6465 724b 6579 5f10 1457  WIRSenderKey_..W
0x00c0:  4952 5061 6765 4964 656e 7469 6669 6572  IRPageIdentifier
0x00d0:  4b65 795f 1016 636f 6d2e 6170 706c 652e  Key_..com.apple.
0x00e0:  6d6f 6269 6c65 7361 6661 7269 5f10 2465  mobilesafari_.$E
0x00f0:  3962 6431 6564 312d 6164 3161 2d34 6266  9BD1ED1-AD1A-4BF
0x0100:  302d 6238 3066 2d61 3331 3136 3962 6434  0-B80F-A31169BD4
0x0110:  3431 315f 1024 6630 3538 6663 3761 2d63  411_.$F058FC7A-C
0x0120:  6232 332d 3465 3339 2d61 6535 312d 3734  B23-4E39-AE51-74
0x0130:  6363 3730 6333 6262 3033 1001 5f10 185f  CC70C3BB03.._.._
0x0140:  7270 635f 666f 7277 6172 6453 6f63 6b65  rpc_forwardSocke
0x0150:  7453 6574 7570 3a00 0800 0d00 1800 2300  tSetup:.......#.
0x0160:  2c00 4a00 6700 7400 8b00 a400 cb00 f200  ,.J.g.t.........
0x0170:  f400 0000 0000 0002 0100 0000 0000 0000  ................
0x0180:  0d00 0000 0000 0000 0000 0000 0000 0001  ................
0x0190:  0f                                       .

 __argument: 
   WIRApplicationIdentifierKey: 'com.apple.mobilesafari',
    WIRConnectionIdentifierKey: 'E9BD1ED1-AD1A-4BF0-B80F-A31169BD4411',
    WIRSenderKey: 'F058FC7A-CB23-4E39-AE51-74CC70C3BB03',
    WIRPageIdentifierKey: 1 ,
  __selector: '_rpc_forwardSocketSetup:' 

除了键(从我的实验来看,这似乎没有任何区别——我已经尝试过 Safari 使用过的键无济于事),两者是逐字节相同的,并产生相同的 plist。我可以并排比较 Safari 和 Mobile Safari 与我的代码和 Mobile Safari 之间的流量,它们只是在这一点上有所不同。

我不知道问题是什么,但据我所知有几种可能:

数据包不一样,我拼错了/弄错了其他东西 密钥不正确(可能需要从连接 ID 密钥生成发件人密钥) 两者之间有数据在其他地方传递

只是为了澄清我调查过的一些途径:

它对时间不敏感(另一个项目——不是我的——可以成功连接但一次发送所有连接数据包) 我已检查是否有 (tcp) 数据通过另一个端口传递 - 据我所知没有

可能出了什么问题?为什么 Mobile Safari 拒绝我的连接?

项目是on Github。

【问题讨论】:

你有没有链接到你提到的另一个项目? @AndyDavies 当然,ici:github.com/freynaud/ios-driver 以前的数据包发送了什么数据?并且,在每个连接中更改了哪些元素(键、连接标识符)? @NickolayO。在发送上述数据包之前,我有一个 Safari 和 MSafari 之间的交换转储:github.com/leftlogic/remote-debug/blob/master/safari/dump/… 本质上它是 WIRConnectionIdentifierKey,每次连接到模拟器/设备时(一次)都不同,然后有一个交换关于目标设备是什么(_rpc_reportSetup、_rpc_reportConnectedApplicationListing、_rpc_forwardGetListing)。 @tom-ashworth 从我的实验看来,任何使用 _rpc_forwardSocketData 的调用都是因为 __selector 失败,但仍在寻找 【参考方案1】:

问题是第 36 行:

data.__argument.WIRSocketDataKey = JSON.stringify(data.__argument.WIRSocketDataKey);

bplistCreator.jsWIRSocketDataKey 视为字符串,而它实际上是 bplist 术语中的数据。

第 36 行应该是:

data.__argument.WIRSocketDataKey = new Buffer(JSON.stringify(data.__argument.WIRSocketDataKey));

为此,需要来自 GH 的 bplistCreator.js 版本,因为具有数据支持的版本似乎无法通过 npm 获得 https://github.com/nearinfinity/node-bplist-creator


以下记录仅供参考:

在执行过程中做更多的挖掘和观察 system.log...

tail -f /var/log/system.log

当浏览器崩溃时,我会看到以下内容

-[__NSCFString bytes]: unrecognized selector sent to instance 0xa947af0
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFString bytes]: unrecognized selector sent to instance 0xa947af0'
*** First throw call stack:
(0x48b012 0x1578e7e 0x5164bd 0x47abbc 0x47a94e 0x413390 0x43b763 0xb55415 0x44bf0f5 0x45080d8 0x45085f1 0x3557548 0x40ef3f 0x40e96f 0x431734 0x430f44 0x430e1b 0x3556c50 0x9026e557 0x90258cee)
com.apple.launchd.peruser.501[237] (UIKitApplication:com.apple.mobilesafari[0x10ee][59604]):     Job appears to have crashed: Abort trap: 6
backboardd[54902]: Application 'UIKitApplication:com.apple.mobilesafari[0x10ee]' exited     abnormally with signal 6: Abort trap: 6
ReportCrash[59611]: Saved crash report for MobileSafari[59604] version 1659.13 to /Users/xx/Library/Logs/DiagnosticReports/MobileSafari_2013-01-29-212042_Andy-Daviess-MacBook-Pro.crash

(我已经从上面删除了时间和日期)

编辑:

我认为问题在于 WIRSocketDataKey 应该是数据时作为字符串发送

目前看来 node-bplist-creator 不支持数据类型,所以这是我们需要修复的第一件事。

编辑 2:

GH 版本的 node-bplist-creater 确实支持数据类型,但似乎没有打包(???)

编辑 3:

Got it working 明天会向您发送拉取请求!

【讨论】:

以上是关于无法使用 Node 在 iOS 模拟器中连接到 Mobile Safari的主要内容,如果未能解决你的问题,请参考以下文章

无法在 SKStoreProductViewController 中连接到 iTunes Store

无法在我的 Cordova iOS 应用程序中连接到本地 Web 服务器

在 javascript/node.js 中连接到 Gmail IMAP API

在 Node.js 中连接到多个 MySQL 数据库

如何在 Flutter 应用程序中连接到本地实时数据库模拟器?

无法在新的自定义类 Xcode 11 中连接到 IBOutlet