zwimer/DrShadowStack

Enable basic forking for the external SS

Opened this issue · 1 comments

Add thread / fork event handlers to the external shadow stack to do this

Either hook syscalls (and check clone's arguments since fork() utilizes clone too) or look for an event. Note: dr's fork event is called only by the child process after the fork has occured