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

Symbol Resolution on error #20

Closed zwimer closed 6 years ago

zwimer commented 6 years ago

If a shadow stack mismatch is detected, do not simply print the hex addresses, attempt to resolve the symbols to give the function name and other information about the symbol. This is useful for debugging, and only needs to be done for the internal shadow stack (where it makes sense).

zwimer commented 6 years ago

Done