0

I know that to do kernel debug I need 2 OS,the hosting OS and the target OS.

but does a netfilter service(ndis filter,to be exact) belong to the kernel?

gdb
  • 7,189
  • 12
  • 38
  • 36

1 Answers1

0

Yes. NDIS filters are loaded into kernel mode. There is an almost identical question already here. Kernel debugging techniques have to be applied.

Community
  • 1
  • 1
0xC0000022L
  • 20,597
  • 9
  • 86
  • 152