KindDragon / vld

Visual Leak Detector for Visual C++ 2008-2015
https://kinddragon.github.io/vld/
GNU Lesser General Public License v2.1
1.01k stars 316 forks source link

crash when dll add shell #31

Closed wjx0912 closed 5 years ago

wjx0912 commented 7 years ago

hi, i'm now use a dll add shell such as 'yoda's Protector v1.02' or 'ACProtect 1.3x', (i 'm test library bass, it's a shell dll, website: http://www.un4seen.com/bass.html) and when i call 'LoadLibrary' and load these dll, the program crash. i track and debug the source, the vld hook the dll load and do 'attachToLoadedModules()' with each dll(can't patch function malloc() and free()).

bacause the dll add shell, so vld patch failed. i wish vld add some function: add a file vld.config, it contian excluded dll name?

thanks!