Can I force the gcc to use a null canary or terminator canary, when SSP is enabled, instead of random canary? If so, how?
Asked
Active
Viewed 1,722 times
1
-
Why would you want to use a canary that can easily be guessed by an attacker, and which therefore provides you with minimum protection? – Jonathan Leffler Sep 06 '09 at 18:49
-
Which concept is it not to be able to detect when one forget to take into account the NUL terminating a string? – AProgrammer Sep 06 '09 at 19:18
-
I think that the question isn't the reason to do it. – Sep 06 '09 at 19:27