开发者

Does debugging a netfilter service in windows belong to kernel debug?

开发者 https://www.devze.com 2023-02-28 14:27 出处:网络
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 开发者_Python百科kernel?Yes. NDIS filters are loaded i

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 开发者_Python百科kernel?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消