Two tricks that can help in use-after-free scenarios. Call ScanMemoryPoolForCorruptions often One of the scenarios of use after free, is that memory blocks get corrupted. FastMM4 normall checks this at process end using the CheckBlocksOnShutdown method (in FastMM4.pas when writing this private at line 11156), but you can also do this process manually using the […]
Weiterlesen...