This shows you the differences between two versions of the page.
cns:lectures:lecture-08 [2019/11/23 10:41] razvan.deaconescu |
cns:lectures:lecture-08 [2019/12/07 14:07] (current) razvan.deaconescu [Demo] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Lecture 08 - Code Reuse (part 1) ====== | ====== Lecture 08 - Code Reuse (part 1) ====== | ||
- | * [[http://elf.cs.pub.ro/cns/res/lectures/08-code-reuse-1.pdf | Slides]] | + | * [[http://elf.cs.pub.ro/cns/res/lectures/08-code-reuse-1-handout.pdf | Slides]] |
* **Keywords**: DEP, code reuse, return-to-libc, ROP, ROP gadget, ROP chain, ''ROPgadget'' | * **Keywords**: DEP, code reuse, return-to-libc, ROP, ROP gadget, ROP chain, ''ROPgadget'' | ||
<html> | <html> | ||
<center> | <center> | ||
- | <iframe src="https://docs.google.com/viewer?url=http://elf.cs.pub.ro/cns/res/lectures/08-code-reuse-1.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/08-code-reuse-1-handout.pdf&embedded=true" width="600" height="470" style="border: none;"></iframe> |
</center> | </center> | ||
</html> | </html> | ||
Line 12: | Line 12: | ||
===== Demo ===== | ===== Demo ===== | ||
- | [[http://elf.cs.pub.ro/oss/res/lectures/08-code-reuse-1.zip|Demo archive]] | + | [[http://elf.cs.pub.ro/oss/res/lectures/08-code-reuse-1-demo.zip|Demo archive]] |
- | + | ||
- | See the demos [[https://github.com/razvand/snippets/tree/master/code-reuse|here]]. | + | |
/* | /* |