ryanries / PassFiltEx

PassFiltEx. An Active Directory Password Filter.
GNU General Public License v3.0
264 stars 50 forks source link

Test program for easier debugging. #3

Closed allquixotic closed 5 years ago

allquixotic commented 5 years ago

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.