microsoft / ebpf-for-windows

eBPF implementation that runs on top of Windows
MIT License
2.87k stars 224 forks source link

Switch eBPF for Windows over to using the new nuget based Windows Driver Kit model #3844

Open Alan-Jowett opened 1 week ago

Alan-Jowett commented 1 week ago

WDK team now publishes the WDK as a nuget package, making it easier to consume on projects.

eBFP for Windows should switch over to using this model in the future.

shankarseal commented 5 days ago

@LakshK98 - try building the sample driver using the nuget package first. Take help from ither maintainers for this project.