What is Windows 7's Fault Tolerant Heap?

两盒软妹~` 提交于 2019-11-27 18:59:38

问题


I'd like some technical information on how it works, and how I can disable or enumerate the Fault Tolerant Heap shims that are associated with processes that crash frequently. Is there a heuristic of some sort that Windows 7 uses to decide when to apply an FTH shim?


回答1:


Fault Tolerant Heap is a layer over the heap that defends against common heap errors, such as heap overruns, double frees, and so on. To my knowledge, there is only one FTH shim - not multiple for each mitigation. http://msdn.microsoft.com/en-us/library/dd744764(VS.85).aspx describes how you can monitor if FTH is being enabled for an application via the event log.

I don't believe MS has published the exact heuristic that will enable the FTH, but yes, there is a heuristic.



来源:https://stackoverflow.com/questions/1041550/what-is-windows-7s-fault-tolerant-heap

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!