有哪位iOS高级用户知道下面的iOS流程是什么吗?

发布于 2024-10-31 03:35:02 字数 161 浏览 1 评论 0原文

有哪位iOS高级用户知道下面的iOS流程是什么吗?

  1. /usr/libexec/spd
  2. /usr/libexec/lsd
  3. /sbin/punchd

Any advanced iOS user know what are the following iOS processes?

  1. /usr/libexec/spd
  2. /usr/libexec/lsd
  3. /sbin/punchd

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

枕梦 2024-11-07 03:35:03

在越狱的 ios 设备上,snowbreeze 用于将 launchd 重命名为punchd,我不确定情况是否仍然如此。

on a jailbroken ios device snowbreeze used to rename launchd to punchd I am not sure if this is still the case.

凝望流年 2024-11-07 03:35:03

您可以使用 dpkg 和 S 参数(大写“S”)来确定哪个包包含特定文件。例如:

dpkg -S lsd

在我的 iPhone 上它返回:
bigbosshackertools:/usr/bin/installsdk3

You can use dpkg with the S parameter (capital 'S') to determine which package contained a specific file. For example:

dpkg -S lsd

on my iphone it returns:
bigbosshackertools: /usr/bin/installsdk3

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文