"Exec Shield" for Linux
Posted May 2, 2003 21:06 UTC (Fri) by
welinder (guest, #4699)
Parent article:
"Exec Shield" for Linux
And in the process, you probably kill
- wine, which needs to link some DLLs at certain addresses
- gdb, which needs (needed?) to put some code into the child when
using "print" for calling functions in the child.
- ...
There are better ways, IMHO. For example the modified gccs out there
that protect the return address with canaries.
(
Log in to post comments)