I would like to know what is the "mode" column in pmap output. I know it describes memory protection (like read-write-execute). But as far as I know on x86 memory pages can only be write-enabled or read-and-execute-enabled. And why despite the fact that the stack is marked rw--- (no execution) man (under certain circumstances) is able to perform buffer-overflow attack which needs execution of code on the stack?
|
stack is marked with rwx. following shows the result on my system.
| |||
|
feedback
|