Page 1 of 1

How security flaws work: The buffer overflow

Posted: Thu Aug 27, 2015 12:26 am
by Pigeon
For those who may not be aware how this long used flaw is used. It also gives an incite into how computers use the various memory areas and structure.

To understand why buffer overflows happen—and why their impact is so grave—we need to understand a little about how programs use memory and a little more about how programmers write their code. (Note that we'll look primarily at the stack buffer overflow. It's not the only kind of overflow issue, but it's the classic, best-known kind.)

Link to complete article


Re: How security flaws work: The buffer overflow

Posted: Thu Aug 27, 2015 5:34 am
by Royal
Didn't care at first glance when you posted, but after further reading this is an extremely under rated concept regarding computers and reality.

Another TD Gem. Thank you!

Re: How security flaws work: The buffer overflow

Posted: Thu Aug 27, 2015 10:23 am
by Pigeon
How to make the BSOD work for you. History of how we got here.