Menu

#11 Use VirtualProtect like SafeMM does

open
nobody
None
5
2009-12-14
2009-12-14
No

Is it possible to protect freed memory from reads with VirtualProtect, so you get an AV if you use (read, write etc) a destroyed object?
SafeMM uses VirtualProtect for this, would be nice if FastMM could also use this, so you get an even better MM for debugging!

Discussion


Log in to post a comment.