google / syzygy

Syzygy Transformation Toolchain
Apache License 2.0
355 stars 59 forks source link

Get rid of the StaticShadow. #9

Closed chhamilton closed 9 years ago

chhamilton commented 9 years ago

We are in the process of transitioning to using a dynamically allocated shadow. This will allow us to completely eliminate this memory overhead when SyzyASAN is disabled. There remain a few places where the static shadow is still used.

From "git grep StaticShadow":

crt_interceptors memory_interceptors page_protection_helpers rtl_utils runtime

chhamilton commented 9 years ago

This is fixed as of revision 486e543523d05cdfd4ce384b6578b9274092bc58