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?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278

1 Answers1

0

You could hack __guard_setup function (libssp)

cojocar
  • 1,782
  • 2
  • 18
  • 22