Personal website https://benkurtovic.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2016-04-25-stack-smashing.md 909 B

6 years ago
1234567891011121314151617181920
  1. ---
  2. layout: post
  3. title: "Lecture: Stack Smashing"
  4. tags: Lecture
  5. description: Slides from a lecture on low-level software exploits and defenses
  6. ---
  7. Not much to say about recent work, but I'd like to share a lecture I wrote for
  8. the honors section of the
  9. [systems programming course](https://cs.illinois.edu/courses/profile/CS241)
  10. I am helping teach. It's a broad overview on
  11. [stack buffer overflow](https://en.wikipedia.org/wiki/Stack_buffer_overflow)
  12. exploits and common defenses, for the newbie systems programmer, with a few
  13. pretty diagrams that I spent way too much time on...
  14. (Apologies about the PDF viewer if it's not looking quite right. [You can view the slides directly](/static/content/stack-smashing.pdf).)
  15. <object data="/static/content/stack-smashing.pdf#zoom=150" type="application/pdf" width="100%" height="600px">
  16. <p><a href="/static/content/stack-smashing.pdf">View PDF</a></p>
  17. </object>