microsoft / ntosebpfext

eBPF-For-Windows extension to provide access to Windows kernel functionality
MIT License
11 stars 9 forks source link

Upgrade to eBPF core 0.17.0 #74

Closed Austin-Lamb closed 3 months ago

Austin-Lamb commented 3 months ago

Description

The 0.17.0 release of eBPF brings with it fixes we'll need to be able to marshal long command line strings (in a future PR), and just keeps the extensions current with the latest release of the core.

Testing

Locally ran the tests that run inside Visual Studio. The pipeline will run the rest.

Documentation

Minimal docs changes, just updated contributing instructions on which version of eBPF to install.

Installation

No

Austin-Lamb commented 3 months ago

Strange, the build is broken in CI, but locally I don't see the same errors. Looking into it.