This shows you the differences between two versions of the page.
|
cns:lectures:lecture-12 [2013/10/07 12:49] 127.0.0.1 external edit |
cns:lectures:lecture-12 [2022/01/25 18:06] (current) adrian.sendroiu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Lecture 12 - Code Auditing ====== | + | ====== Lecture 12 - Exploit Demo 2 ====== |
| - | *[[http://elf.cs.pub.ro/cns/res/lectures/lecture-12.pdf | Slides]] | + | * [[http://elf.cs.pub.ro/cns/res/lectures/12-exploit-demo-2-handout.pdf | Slides]] |
| - | ***Keywords**: TODO | + | * **Keywords**: CVE-2017-5123 |
| + | * [[http://elf.cs.pub.ro/cns/res/lectures/12-exploit-demo-2-support.zip|Support Archive]] | ||
| <html> | <html> | ||
| - | <iframe src="http://docs.google.com/viewer?url=http://elf.cs.pub.ro/cns/res/lectures/lecture-12.pdf&embedded=true" width="600" height="470" style="border: none;"></iframe> | + | <center> |
| + | <iframe src="https://docs.google.com/viewer?url=http://elf.cs.pub.ro/cns/res/lectures/12-exploit-demo-2.pdf&embedded=true" width="600" height="470" style="border: none;"></iframe> | ||
| + | </center> | ||
| </html> | </html> | ||
| + | |||
| + | /* | ||
| + | |||
| + | ====== Lecture 12 - Integers ====== | ||
| + | |||
| + | * [[http://elf.cs.pub.ro/cns/res/lectures/lecture-12.pdf | Slides]] | ||
| + | * **Keywords**: integer, type, long long, long, int, short, char, signed, unsigned, bounds/range, 2's complement, conversion, promotion, rank, addition, subtraction, multiplication, division, modulo, truncation, overflow, sign error, negative index | ||
| + | |||
| + | <html> | ||
| + | <center> | ||
| + | <iframe src="https://docs.google.com/viewer?url=http://elf.cs.pub.ro/cns/res/lectures/lecture-12.pdf&embedded=true" width="600" height="470" style="border: none;"></iframe> | ||
| + | </center> | ||
| + | </html> | ||
| + | |||
| + | */ | ||