djpnewton / busdog

busdog is a filter driver for MS Windows (XP and above) to sniff USB traffic.
180 stars 38 forks source link

Error message: ntddk.h and wdf.h could not be found #29

Open pkcbe opened 2 years ago

pkcbe commented 2 years ago

When compiling the BusDogMain.c, I am getting the following error message

ntddk.h not found wdf.h not found

bvaidyan commented 2 years ago

Having same error on my side, kindly someone help.

MarioV001 commented 2 years ago

you will need "WdfCoInstaller" framework you can get it from Framework Developemnt KIT i just rebuild it with "WdfCoInstaller01007"

The "ntddk.h" is a Kernel Driver, something isn't right on how your opening it...