Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This pull request primarily involves updating the eBPF-for-Windows package from version 0.15.1 to 0.16.0 across multiple project files. Additionally, there is a minor change in the
include/ebpf_ntos_hooks.h
file to modify the condition for definingEBPF_HELPER
.Updates to eBPF-for-Windows package:
libs/store_helper/user/ebpf_store_helper_um.vcxproj
,ntosebpfext/sys/ntosebpfext.vcxproj
,ntosebpfext/user/ntosebpfext_user.vcxproj
,scripts/setup_build/setup_build.vcxproj
,tests/ntosebpfext_unit/ntosebpfext_unit.vcxproj
,tools/export_program_info/export_program_info.vcxproj
, andtools/process_monitor/process_monitor.vcxproj
: Updated the import project path to reflect the new version of the eBPF-for-Windows package. [1] [2] [3] [4] [5] [6] [7]libs/store_helper/user/packages.config
,ntosebpfext/sys/packages.config
,ntosebpfext/user/packages.config
,scripts/setup_build/packages.config
,tests/ntosebpfext_unit/packages.config
,tools/export_program_info/packages.config
, andtools/process_monitor/packages.config
: Updated the eBPF-for-Windows package version in the packages configuration.scripts/initialize_repo.ps1
: Updated the path to theexport_program_info.exe
executable to reflect the new version of the eBPF-for-Windows package.Minor code modification:
include/ebpf_ntos_hooks.h
: Modified the condition for definingEBPF_HELPER
to exclude whenEBPF_HELPER
is already defined.Testing
CI/CD
Documentation
No.
Installation
N/A