- Hands-On System Programming with C++
- Dr. Rian Quinn
- 110字
- 2021-07-02 14:42:29
System call security risks
System calls are not without their security risks. Even on modern hardware, and using CPU architectures other than Intel, executing more than one process within an operating system with full isolation between processes is nearly impossible.
Although modern hardware and modern operating systems work hard to provide the best possible isolation and security, it should always be assumed that other, malicious processes executing alongside yours may be able to spy on what you're doing, including sensitive tasks such as decrypting user data.
This is another topic that deserves its own book, but here, we will briefly discuss two different, recent security vulnerabilities that affect system programming.
推薦閱讀
- 數(shù)據(jù)挖掘原理與實(shí)踐
- 輕松學(xué)大數(shù)據(jù)挖掘:算法、場(chǎng)景與數(shù)據(jù)產(chǎn)品
- SQL Server 2012數(shù)據(jù)庫(kù)技術(shù)與應(yīng)用(微課版)
- App+軟件+游戲+網(wǎng)站界面設(shè)計(jì)教程
- Access 2007數(shù)據(jù)庫(kù)應(yīng)用上機(jī)指導(dǎo)與練習(xí)
- 大話Oracle Grid:云時(shí)代的RAC
- 數(shù)據(jù)驅(qū)動(dòng)設(shè)計(jì):A/B測(cè)試提升用戶體驗(yàn)
- Starling Game Development Essentials
- 數(shù)字媒體交互設(shè)計(jì)(初級(jí)):Web產(chǎn)品交互設(shè)計(jì)方法與案例
- 高維數(shù)據(jù)分析預(yù)處理技術(shù)
- Google Cloud Platform for Developers
- Unreal Engine Virtual Reality Quick Start Guide
- 大數(shù)據(jù)與機(jī)器學(xué)習(xí):實(shí)踐方法與行業(yè)案例
- Hands-On System Programming with C++
- 數(shù)據(jù)庫(kù)原理與設(shè)計(jì)實(shí)驗(yàn)教程(MySQL版)