1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
what is a buffer overflow attack
attacker writes more than what is expected into a particular area of memory and that additional info overflows into another area of memory
who does bounds checking
developer
what is bounds checking
check is anyone writing into a section of memory is only writing 8 bytes and nothing more
a useful buffer overflow is what
repeatable
what happens to the system if there is a buffer overflow
system crashes