Prev Next | Secure Lazy Binding | Slide #33 |
mark the mappings which kbind() is allowed to alter with a new mprotect() bit
mprotect(got_addr, got_len, PROT_READ | __PROT_KBIND)
kbind() verifies that that bit is set, else sigexit(SIGILL)
continued...
EuroBSDCon 2014 | Copyright © 2014 Philip Guenther |