zwimer/DrShadowStack

exec - clear shadow stack

Closed this issue · 2 comments

On forking, the shadow stack is not cleared (correct). If the process then execs, the stack still does not clear (bad). This probably doesn't pose a threat, but just in case it should be fixed

Maybe hook exec-like syscalls?

Done via pre syscall hook