XboxDev / nxdk-pdclib

The Public Domain C Library (adapted for original Xbox / nxdk toolchain)
http://pdclib.rootdirectory.de
Creative Commons Zero v1.0 Universal
19 stars 9 forks source link

xbox: Initialize stack protection cookie at startup #42

Closed thrimbor closed 3 years ago

thrimbor commented 3 years ago

Depends on https://github.com/XboxDev/nxdk/pull/441 being merged first.

This adds initialization of the stack security cookie to the startup code, so the value is randomized each time the program is run.