JesseA -> RE: How to debug the code in FilterInit()?? (2.Sep.2005 4:52:00 AM)
|
Most simple way that I see is to insert "Sleep(10000);" at the beginning of FilterInit function. After firewall service start quickly attach debugger and set breakpoint to next line after Sleep function. Inserting DebugBreak (int 3) will not work in this function, in this case firewall service will just crash (AFAIK).
|
|
|
|