tags:

views:

218

answers:

1

Can I force the gcc to use a null canary or terminator canary, when SSP is enabled, instead of random canary? If so, how?

A: 

You could hack __guard_setup function (libssp)

cojocar