Releases: Azure/vld
Releases · Azure/vld
v2.5.9
What's Changed
- Add newlines to Report call when VirtualProtect fails. by @darobs in #18
- Feature: Ignore defined functions from leak detection by @cyrus-jackson in #21
New Contributors
Full Changelog: v2.5.8...v2.5.9
Fix bugs in FindRealCode
- Fix AV in FindRealCode due to incorrect restore of page protection flags
v2.5.7
Fix AV in FindRealCode
2.5.6
- Targets Visual Studio 2019 with Windows SDK version 10.0.19041.0
- Replaces call to
VirtualQuery
withQueryVirtualMemoryInformation
which should be faster - Fixes installer (a bit) to setup Visual Studio settings for 2019 (which wouldn't work if VS2017 or older was never installed)
- Removes all false positives for static initialization
- Tests for Win32 (x86) do not work because only x64 gtest is included now