TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

DIY: kernel panic OS X and iOS in 10 LOC

117 点作者 oleavr超过 10 年前

7 条评论

albertzeyer超过 10 年前
<a href="http://www.frida.re/" rel="nofollow">http:&#x2F;&#x2F;www.frida.re&#x2F;</a> looks actually very interesting.
评论 #9086349 未加载
评论 #9086173 未加载
zuck9超过 10 年前
What does it look like when it crashes on iOS? Does just the app crash, springboard crashes or the device restarts?
评论 #9085498 未加载
评论 #9085306 未加载
评论 #9085536 未加载
jdmoreira超过 10 年前
I set up a Xcode project to test it on iOS <a href="https://github.com/jdmoreira/KernelPanic-10LOC" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jdmoreira&#x2F;KernelPanic-10LOC</a><p>It doesn&#x27;t work on my device running iOS 8.1.2 Can someone confirm?<p><i>Edit: It works now!</i>
评论 #9085747 未加载
swang超过 10 年前
Hello I just checked out Frida (been meaning to just forgot the name)<p>I get a kernel panic in Mac OSX Mavericks (10.9.4) running this<p>import frida p = frida.attach(&quot;cat&quot;) print(p.enumerate_modules())<p>Not sure if this is a similar problem or not but doing print([x.name for x in p.enumerate_modules()]) instead works just fine.<p>Edit: Looks like the problem may be attaching to a program a second time. Not sure if I need to run some detach command or whatnot.
评论 #9086471 未加载
i2超过 10 年前
A very nice reminder that there&#x27;s no such thing as code without bugs.
评论 #9085349 未加载
max-a超过 10 年前
Well, on my rMBP I don&#x27;t need to write a single line.
评论 #9085565 未加载
评论 #9085774 未加载
评论 #9085505 未加载
rismay超过 10 年前
Damn.