This shows you the differences between two versions of the page.
|
cns:lectures:lecture-12 [2015/01/11 21:10] razvan.deaconescu |
cns:lectures:lecture-12 [2022/01/25 18:06] (current) adrian.sendroiu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Lecture 12 - Web Application Security (part 2) ====== | + | ====== Lecture 12 - Exploit Demo 2 ====== |
| + | |||
| + | * [[http://elf.cs.pub.ro/cns/res/lectures/12-exploit-demo-2-handout.pdf | Slides]] | ||
| + | * **Keywords**: CVE-2017-5123 | ||
| + | * [[http://elf.cs.pub.ro/cns/res/lectures/12-exploit-demo-2-support.zip|Support Archive]] | ||
| + | |||
| + | <html> | ||
| + | <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> | ||
| + | |||
| + | |||
| + | /* | ||
| + | |||
| + | ====== Lecture 12 - Integers ====== | ||
| * [[http://elf.cs.pub.ro/cns/res/lectures/lecture-12.pdf | Slides]] | * [[http://elf.cs.pub.ro/cns/res/lectures/lecture-12.pdf | Slides]] | ||
| - | * **Keywords**: TODO | + | * **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> | <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/lecture-12.pdf&embedded=true" width="600" height="470" style="border: none;"></iframe> | ||
| + | </center> | ||
| </html> | </html> | ||
| + | */ | ||