coursera上的软件安全课程的课后阅读补充

在coursera选修了一门软件安全的课程。下面是教授列出来的阅读:

Week 1

Readings

Required reading

The only required reading this week is the following:

  • Common vulnerabilities guide for C programmers. Take note of the unsafe C library functions listed here, and how they are the source of buffer overflow vulnerabilities. This list will be relevant for the project and this week's quiz.
  • (Reference) Memory layout. Explains a C program's memory layout, replicating the discussion in the second lecture.

Supplemental readings

The following readings are optional: They are meant to supplement the material you are getting in the videos. Check them out if you are interested in learning more, or if you just want to see it all explained in a different way.

WEEK2

Required Readings

The following two blog posts cover the topics of memory safety and type safety in somewhat greater depth

原文地址:https://www.cnblogs.com/foohack/p/4337084.html