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
- Host: GitHub
- URL: https://github.com/gaocegege/csp-2016-nacl-note
- Owner: gaocegege
- Created: 2016-09-28T09:11:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-18T08:56:27.000Z (over 8 years ago)
- Last Synced: 2025-02-05T17:32:04.467Z (4 months ago)
- Homepage:
- Size: 21.8 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)
## 解释图

## gaocegege的笔记
[gaocegege-note](./gaocegege.md)
## darkness_y的笔记
[darkness_y](./darkness_y.md)