This shows you the differences between two versions of the page.
|
cns:lectures:lecture-06 [2017/10/29 19:34] razvan.deaconescu |
cns:lectures:lecture-06 [2019/11/04 14:14] (current) razvan.deaconescu |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Lecture 06 - Exploit Protection Mechanisms ====== | ||
| + | |||
| + | * [[http://elf.cs.pub.ro/cns/res/lectures/06-protection.pdf|Slides]] | ||
| + | * **Keywords**: exploit, buffer overflow, shellcode, input validation, static analysis, dynamic analysis, code integrity, DEP, ASLR, PIC, PIE, canary value, stack guard | ||
| + | |||
| + | <html> | ||
| + | <center> | ||
| + | <iframe src="https://docs.google.com/viewer?url=http://elf.cs.pub.ro/cns/res/lectures/06-protection.pdf&embedded=true" width="600" height="470" style="border: none;"></iframe> | ||
| + | </center> | ||
| + | </html> | ||
| + | |||
| + | /* | ||
| + | |||
| ====== Lecture 06 - Exploiting. Shellcodes ====== | ====== Lecture 06 - Exploiting. Shellcodes ====== | ||
| Line 6: | Line 19: | ||
| <html> | <html> | ||
| <center> | <center> | ||
| - | <iframe src="http://docs.google.com/viewer?url=http://elf.cs.pub.ro/cns/res/lectures/lecture-06.pdf&embedded=true" width="600" height="470" style="border: none;"></iframe> | + | <iframe src="https://docs.google.com/viewer?url=http://elf.cs.pub.ro/cns/res/lectures/lecture-06.pdf&embedded=true" width="600" height="470" style="border: none;"></iframe> |
| </center> | </center> | ||
| </html> | </html> | ||
| + | |||
| + | ===== Demos ===== | ||
| + | |||
| + | For obtaining the [[http://elf.cs.pub.ro/cns/res/lectures/lecture-06-demo.zip|demo archive]], run the following commands: | ||
| + | <code bash> | ||
| + | wget http://elf.cs.pub.ro/cns/res/lectures/lecture-06-demo.zip | ||
| + | unzip lecture-06-demo.zip | ||
| + | cd lecture-06-demo/ | ||
| + | </code> | ||
| + | |||
| + | */ | ||