stack canary
Last updated
Last updated
// retrieve stack canary value
local_10 = *(long *)(in_FS_OFFSET + 0x28);
// ...
// check stack canary value
if (local_10 != *(long *)(in_FS_OFFSET + 0x28)) {
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}