- 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.
推薦閱讀
- Hands-On Data Structures and Algorithms with Rust
- Python數(shù)據(jù)挖掘:入門、進(jìn)階與實(shí)用案例分析
- Game Development with Swift
- InfluxDB原理與實(shí)戰(zhàn)
- Hadoop與大數(shù)據(jù)挖掘(第2版)
- SQL查詢:從入門到實(shí)踐(第4版)
- 醫(yī)療大數(shù)據(jù)挖掘與可視化
- Ceph源碼分析
- 智能數(shù)據(jù)時(shí)代:企業(yè)大數(shù)據(jù)戰(zhàn)略與實(shí)戰(zhàn)
- MySQL技術(shù)內(nèi)幕:SQL編程
- 數(shù)據(jù)庫(kù)技術(shù)及應(yīng)用
- 二進(jìn)制分析實(shí)戰(zhàn)
- 深入理解InfluxDB:時(shí)序數(shù)據(jù)庫(kù)詳解與實(shí)踐
- Deep Learning with R for Beginners
- 區(qū)塊鏈應(yīng)用開(kāi)發(fā)指南:業(yè)務(wù)場(chǎng)景剖析與實(shí)戰(zhàn)