越狱是如何工作的?
jambreakme.com 是一个在网站上越狱你的 iPhone 的网站。它会下载安装程序,然后进行安装。网站如何下载并安装某些内容?网站上的滑块是如何制作的?
jailbreakme.com is a website that jailbreaks your iPhone on the website. It downloads the installer, and then it installs it. How does a website download something and install it? How is that slider made on the website?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里有一些有关其工作原理的信息:JailbreakMe 2.0 使用 PDF 漏洞
There's some info about how it works here: JailbreakMe 2.0 Uses PDF Exploit
它之所以起作用是因为 iOS 中存在一个安全漏洞,该漏洞允许 pdf 执行任意代码。该网站利用此漏洞安装越狱软件。
至于滑块,它使用 javascript 和 WebKit 转换。如果您想了解更多详细信息,只需查看该网站的源代码即可。
It works because of a security vulnerability in iOS that allows pdfs to execute arbitrary code. The website exploits this to install jailbreak software.
As for the slider, it uses javascript and WebKit transform. If you want more detailed info, just look at the source code for the site.