kit

kit
git clone https://git.ryansepassi.com/git/kit.git
Log | Files | Refs | README

stack_overflow_write.c (69B)


      1 void stack_overflow_write(volatile unsigned char* p) { p[8] ^= 1u; }