zwimer / DrShadowStack

A software defined dynamic shadow stack utilizing dynamorio
http://www.zwimer.com/DrShadowStack/
GNU General Public License v3.0
5 stars 0 forks source link

Retpoline fix? #12

Open zwimer opened 6 years ago

zwimer commented 6 years ago

After spectre and meltdown, the retpoline fix was released. Intel CET does not play well with it, can an exception to the shadow stack be made to handle this?

zwimer commented 6 years ago

This can be done by ignoring the next ret when the instructions push and ret are found in that order.