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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Rootkits for JavaScript Environments [pdf]

35 点作者 chorola大约 12 年前

1 comment

nadaviv大约 12 年前
If you manage to get the code to execute on a worker or an iframe, you should have a clean environment to operate in, with your own copy of the native environment and prototypes.<p>The question is... how do you create an iframe or worker safely? document.createElement and window.Worker can be poisoned too.<p>Perhaps its possible to verify the functions you're using are native and not created in user-land? that way, at least you could identify the attack and stop execution.
评论 #5278710 未加载