请问下,在哪里能看到不同service的socket可以sendall什么结构的数据呢?如详情 #111
Replies: 4 comments 1 reply
-
@YueChen-C 感谢🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
-
似乎是reademe所说的: Apple instruments protocol |
Beta Was this translation helpful? Give feedback.
1 reply
-
大部分情况下,都可以通过中间人抓包的方式查看交互内容 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@YueChen-C 收到,感谢,找到了 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
如:SERVICE_NAME = 'com.apple.dt.simulatelocation'
清理时传:LOCATION_STRUCT.build({'status': 1})
设置时传:location_byte = LOCATION_STRUCT.build({
'status': 0,
'latitude': str(latitude),
'longitude': str(longitude)
})
在哪里可以看到,不同服务与预期结构体的映射关系呢?
Beta Was this translation helpful? Give feedback.
All reactions