This shows you the differences between two versions of the page.
cns:lectures:lecture-07 [2017/10/29 19:35] razvan.deaconescu |
cns:lectures:lecture-07 [2019/11/11 09:28] (current) razvan.deaconescu |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== 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) ====== | ====== Lecture 07 - Exploiting. Shellcodes (part 2) ====== | ||
Line 10: | Line 23: | ||
</html> | </html> | ||
+ | */ |