An open API service indexing awesome lists of open source software.

https://github.com/gaocegege/csp-2016-nacl-note

Note for Native Client: A Sandbox for Portable, Untrusted x86 Native Code
https://github.com/gaocegege/csp-2016-nacl-note

Last synced: about 2 months ago
JSON representation

Note for Native Client: A Sandbox for Portable, Untrusted x86 Native Code

Awesome Lists containing this project

README

        

# 论文笔记

与NaCl有关的问题:

* [https://www.zhihu.com/question/19811741](https://www.zhihu.com/question/19811741)
* [https://www.zhihu.com/question/19811586](https://www.zhihu.com/question/19811586)
* [https://www.zhihu.com/question/26529678](https://www.zhihu.com/question/26529678)
* [https://www.zhihu.com/question/23067497/answer/40878704](https://www.zhihu.com/question/23067497/answer/40878704)
* [NaCl Module开发指南](https://developer.chrome.com/native-client)
* [开发NaCl的文档](https://www.chromium.org/nativeclient)
* [一篇相关博客](http://www.cnblogs.com/lm3515/archive/2010/12/23/1914798.html)
* [Outer Sand Box解释文章](http://book.51cto.com/art/201012/236330.htm)
* [BH_US_12_Rohlf_Google_Native_Client_Slides](https://media.blackhat.com/bh-us-12/Briefings/Rohlf/BH_US_12_Rohlf_Google_Native_Client_Slides.pdf)

## 谷歌发表的与NaCl有关的论文

[http://www.chromium.org/nativeclient/reference/research-papers](http://www.chromium.org/nativeclient/reference/research-papers)

## Slides

[./slides/Native-Client.pdf](./slides/Native-Client.pdf)

## 源码

[https://chromium.googlesource.com/native_client/src/native_client.git](https://chromium.googlesource.com/native_client/src/native_client.git)

## 解释图

![](https://developer.chrome.com/native-client/images/web-app-with-nacl.png)

## gaocegege的笔记

[gaocegege-note](./gaocegege.md)

## darkness_y的笔记

[darkness_y](./darkness_y.md)