Chromium 分析计划

在网上闲逛突然看到这么一则消息:Pwn2Own即将开幕。

一年一度的 CanSecWest Pwn2Own 黑客大赛即将到来,Google这次拿出了最新的运行 Chrome OS 操作系统的 Cr-48 螃蟹本,成功通过漏洞跳出沙盒攻破其安全系统的黑客可以获得2万美刀的奖励。

呵呵,很诱人的嘛~不过Chrome Os跟浏览器Chrome基本上原理同源,都在其中安置了sandbox系统,形成一块单独的空间和资源来运行独立的进程,另外chrome的V8引擎也是可圈可点,更可贵的是,他们都是开源的。

遂萌生了想看看先进的技术的想法,二话不说翻墙先……到了chromium官方页面。

根据上面的说明开始用gclient clone源码,连github有点慢,于是干脆直接连chromium的svn,命令一行一行地欢乐地蹦着……先睡觉去了……估计明天中午能clone完

0 Comments

Leave a Reply

Your email address will not be published.

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax