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 defining EBPF_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, and tools/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, and tools/process_monitor/packages.config: Updated the eBPF-for-Windows package version in the packages configuration.
scripts/initialize_repo.ps1: Updated the path to the export_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 defining EBPF_HELPER to exclude when EBPF_HELPER is already defined.
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