This shows you the differences between two versions of the page.
cns:lectures:lecture-07 [2016/11/27 13:17] razvan.deaconescu |
cns:lectures:lecture-07 [2019/11/11 09:28] (current) razvan.deaconescu |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Lecture 07 - Strings ====== | + | ====== Lecture 07 - Strings. Information Leaks ====== |
+ | |||
+ | * [[http://elf.cs.pub.ro/cns/res/lectures/07-strings-leaks-handout.pdf | Slides]] | ||
+ | * **Keywords**: string, character, ''char'', ''signed char'', ''unsigned char'', NTBS, null character, character operators, string operations, bounds, overflow, truncation, sanitization, ''gets'', exploit, input validation, memory model, | ||
+ | |||
+ | <html> | ||
+ | <center> | ||
+ | <iframe src="https://docs.google.com/viewer?url=http://elf.cs.pub.ro/cns/res/lectures/07-strings-leaks-handout.pdf&embedded=true" width="600" height="470" style="border: none;"></iframe> | ||
+ | </center> | ||
+ | </html> | ||
+ | |||
+ | /* | ||
+ | |||
+ | ====== Lecture 07 - Exploiting. Shellcodes (part 2) ====== | ||
* [[http://elf.cs.pub.ro/cns/res/lectures/lecture-07.pdf | Slides]] | * [[http://elf.cs.pub.ro/cns/res/lectures/lecture-07.pdf | Slides]] | ||
Line 5: | Line 18: | ||
<html> | <html> | ||
- | <iframe src="http://docs.google.com/viewer?url=http://elf.cs.pub.ro/cns/res/lectures/lecture-07.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-07.pdf&embedded=true" width="600" height="470" style="border: none;"></iframe> | ||
+ | </center> | ||
</html> | </html> | ||
+ | */ |