iPhone应用程序的进程和图标可以通过代码隐藏吗?
越狱我的 iPhone 3GS 后,我一直担心安全性,因为我将大部分 ID/密码存储在上面。最近我有点担心,我手机上安装的某些应用程序可能没有图标,而且我也无法通过 sbsetting 查看该进程。这意味着我的手机上有一些我永远无法访问的应用程序,我什至不知道它们在做什么。
作为一名开发人员,我非常感兴趣如何通过代码来实现流程和图标隐藏。有了这些技术,就可以制作出一个好的守护进程来为iPhone用户服务。 所以我的问题是,是我想太多了还是iPhone中真的存在隐藏的进程和图标?如果答案是肯定的,我该如何通过代码来做到这一点?欢迎任何线索!
非常感谢!
干杯
after jailbroken my iPhone 3GS, i was always worried about the security since i stored most of my id/password on it. recently i had a little concern that maybe some apps i installed on my phone didnt have an icon and i couldnt see the process via sbsetting as well. so that means there're some apps on my phone that i can never get access to and i dont even know what they are doing.
and as a developer, im quite interested how can process and icon hidden be achieved by code. with these technologies, a good daemon can be made to serve iPhone users.
so my question is, am i thinking too much or process and icon hidden really exist in iPhone? if the answer is yes, how can i do this by code? any clues are welcome!
thx a lot!
cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你想要的是一个守护进程后台进程。您可能不会在这里学习如何对 UNIX 守护进程进行编程。然而,有多种方法可以让程序在后台运行。选择一种兼容 Unix 的编程语言,找到一本关于该主题的好书,去星巴克,买点咖啡然后享受。
What you want is a daemon background process. You're probably not going to learn how to program a unix daemon process here. However there are a variety of ways to get a program to run in the background. Pick a Unix compatible programming language, find a good book on the subject, go to Starbucks, buy some coffee and enjoy.