This shows you the differences between two versions of the page.
|
cns:lectures:lecture-06 [2017/11/06 13:17] elena.sandulescu |
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 19: | Line 32: | ||
| </code> | </code> | ||
| + | */ | ||