Monthly Archives: November 2016

Checking Memory Corruption from the debugger in 2016

It used to be something like But this trick requires quite a bit of adaptation to use on modern VS versions. First, the relevant module is now ucrtbased.dll – thanks to the universal CRT the expression is no longer version-dependent. … Continue reading

Posted in Debugging, VC++ | 2 Comments