Comments on Stack Overwriting Function

Post Comment

Juan Edwards said:

Good article. This is how buffer overflow is exploited. But I guess, kernel provides some random stack alignment to prevent this.

11 Aug 2010 20:06 GMT (#1 of 2 comments)

Jerald Long said:

I think you mean ASLR. On Linux, this can be turned off by running echo 0 > /proc/sys/kernel/randomize_va_space. On Windows, DEP can be turned off at Control PanelSystemAdvancedPerformanceSettings, if I remember correctly.

12 Sep 2010 01:08 GMT (#2 of 2 comments)
Post Comment