This test program is a minimal C++ app that will allow you to safely debug the code of PassFiltEx.dll without messing around with LSASS. If you're debugging crashes, this is a lifesaver (or should I say, a reboot saver!)
Also makes it easier to observe the behavior of the DLL, such as looking for memory leaks by examining the heap.
This test program is a minimal C++ app that will allow you to safely debug the code of PassFiltEx.dll without messing around with LSASS. If you're debugging crashes, this is a lifesaver (or should I say, a reboot saver!)
Also makes it easier to observe the behavior of the DLL, such as looking for memory leaks by examining the heap.