ebpf-for-windows/scripts
Pengfei Ni 4b9ba35173
chore: fix the hash for setup scripts (#3009)
* chore: fix the hash for setup scripts

* chore: fix the hash in the getting started guide
2023-11-07 22:36:34 +00:00
..
setup_build Add support for in-memory etl traces (#2946) 2023-10-26 19:01:46 +00:00
.check-license.ignore Added Wix installer native project. (#1960) 2023-01-26 21:25:23 -08:00
CMakeLists.txt cmakefile (#1075) 2022-05-13 18:23:18 -06:00
Fetch-LatestArtifacts.ps1 Workaround issue in GitHub actions REST API (#2811) 2023-09-01 18:34:44 +00:00
Get-Version.ps1 Add correct version to resource files (#2353) 2023-04-19 19:17:04 +00:00
Process-File.ps1 Build self-contained Convert-BpfToNative.ps1 (#1097) 2022-05-16 16:27:38 -06:00
Replace-Text.ps1 Build self-contained Convert-BpfToNative.ps1 (#1097) 2022-05-16 16:27:38 -06:00
Run-Test.ps1 Correctly capture the exit code (#2624) 2023-06-26 18:47:54 +00:00
Set-Version.ps1 Remove JIT and interpreter code from NativeOnly builds (#2475) 2023-06-07 15:49:03 +00:00
Setup-DevEnv.ps1 chore: fix the hash for setup scripts (#3009) 2023-11-07 22:36:34 +00:00
build_custom_sample_programs.ps1 Provide option to version info in generated .sys file (#2401) 2023-05-02 00:39:42 +00:00
check-license.sh Check code formatting and licenses when committing 2021-03-05 21:15:17 -08:00
check_binary_dependencies.ps1 Add test for checking DLL dependencies in distributed user-mode binaries. (#2922) 2023-09-30 04:43:36 +00:00
check_binary_dependencies_bpftool_exe_nativeonly_release.txt Add test for checking DLL dependencies in distributed user-mode binaries. (#2922) 2023-09-30 04:43:36 +00:00
check_binary_dependencies_bpftool_exe_regular_debug.txt Add test for checking DLL dependencies in distributed user-mode binaries. (#2922) 2023-09-30 04:43:36 +00:00
check_binary_dependencies_ebpfapi_dll_nativeonly_release.txt Fix ASAN linker error (#3027) 2023-11-07 21:02:16 +00:00
check_binary_dependencies_ebpfapi_dll_regular_debug.txt Add test for checking DLL dependencies in distributed user-mode binaries. (#2922) 2023-09-30 04:43:36 +00:00
check_binary_dependencies_ebpfnetsh_dll_nativeonly_release.txt Add test for checking DLL dependencies in distributed user-mode binaries. (#2922) 2023-09-30 04:43:36 +00:00
check_binary_dependencies_ebpfnetsh_dll_regular_debug.txt Add test for checking DLL dependencies in distributed user-mode binaries. (#2922) 2023-09-30 04:43:36 +00:00
check_binary_dependencies_ebpfsvc_exe_regular_debug.txt Add test for checking DLL dependencies in distributed user-mode binaries. (#2922) 2023-09-30 04:43:36 +00:00
check_msi_installation.ps1 Add MSI testing in the CI/CD pipeline. (#2953) 2023-10-23 15:14:30 +00:00
check_msi_installation_files_nativeonly_release.txt Add MSI testing in the CI/CD pipeline. (#2953) 2023-10-23 15:14:30 +00:00
check_msi_installation_files_regular_debug.txt Add MSI testing in the CI/CD pipeline. (#2953) 2023-10-23 15:14:30 +00:00
cleanup_ebpf_cicd_tests.ps1 Add support for in-memory etl traces (#2946) 2023-10-26 19:01:46 +00:00
commit-msg Check code formatting and licenses when committing 2021-03-05 21:15:17 -08:00
common.psm1 Move TestLog.log to the TEMP directory (#1281) 2022-07-15 12:50:14 -07:00
config_test_vm.psm1 Add support for in-memory etl traces (#2946) 2023-10-26 19:01:46 +00:00
copy_pre_commit.ps1 add script to copy pre-commit file to relative hooks folder (#745) 2022-02-02 12:58:00 -08:00
create_bpf2c_corpus.bat Add bpf2c fuzzer and execution context fuzzer to CI/CD (#1164) 2022-06-09 10:24:28 -07:00
create_core_helper_corpus.bat Add fuzzer for core helper functions (#1153) 2022-06-10 16:32:31 -06:00
create_execution_context_corpus.bat Regenerate and checkin corpus files (#1872) 2023-01-24 18:29:10 +00:00
create_netebpfext_corpus.bat Add netebpfext fuzzer (#1857) 2023-01-11 14:06:08 -08:00
create_verifier_corpus.bat Enable verifier fuzzer in github CI/CD (#1163) 2022-06-14 12:11:40 -06:00
deploy-ebpf.ps1.in Add support for in-memory etl traces (#2946) 2023-10-26 19:01:46 +00:00
eBpfTracingPeriodicTask.xml Add tracing scheduled tasks xml definitions, update redist-package project. (#2394) 2023-04-27 15:58:51 +00:00
eBpfTracingStartupTask.xml Add tracing scheduled tasks xml definitions, update redist-package project. (#2394) 2023-04-27 15:58:51 +00:00
ebpf-all.guid Add tracelog to netebpfext. (#1247) 2022-06-30 15:08:02 -07:00
ebpf-printk.guid Add real-time tracing documentation (#800) 2022-03-11 15:46:15 -07:00
ebpf_tracing.cmd Add rundown files compression as an option to `ebpf_tracing.cmd`. (#2537) 2023-06-06 17:01:50 +00:00
ebpf_tracing_periodic_task.xml Add rundown files compression as an option to `ebpf_tracing.cmd`. (#2537) 2023-06-06 17:01:50 +00:00
ebpf_tracing_startup_task.xml Added parameters to `ebpf_tracing.cmd`, revised tracing/cleanup logic (#2400) 2023-04-29 15:20:21 +00:00
ebpfforwindows.wprp Add support for in-memory etl traces (#2946) 2023-10-26 19:01:46 +00:00
escape_text.ps1 Emit either bare code, sys, or dll (#769) 2022-02-24 11:18:28 -07:00
execute_ebpf_cicd_tests.ps1 Bpf performance run (#2821) 2023-09-11 19:07:07 +00:00
format-code Use LLVM version 11.0.1 (#1016) 2022-04-26 15:47:56 -06:00
format-code.ps1 Use LLVM version 11.0.1 (#1016) 2022-04-26 15:47:56 -06:00
generate-commitid.ps1 Fix non-determinism in build due to multiple projects generating header (#496) 2021-09-07 13:22:49 -06:00
generate_expected_bpf2c_output.ps1 Release v0.7.0 (#2169) 2023-03-09 18:44:06 +00:00
install_ebpf.psm1 Add support for in-memory etl traces (#2946) 2023-10-26 19:01:46 +00:00
net-ebpf-ext.guid Add tracelog to netebpfext. (#1247) 2022-06-30 15:08:02 -07:00
pre-commit Add setup_build project to install git hook 2021-03-05 21:46:30 -08:00
run_driver_tests.psm1 Test error fix (#2924) 2023-10-02 17:28:53 +00:00
run_tests.bat Added Wix installer native project. (#1960) 2023-01-26 21:25:23 -08:00
setup-ebpf.ps1 fix (#2824) 2023-09-06 19:16:16 +00:00
setup_ebpf_cicd_tests.ps1 Add support for in-memory etl traces (#2946) 2023-10-26 19:01:46 +00:00
test_execution.json Add WS 2022 self-hosted runners. (#2850) 2023-09-21 00:42:36 +00:00
update-release-version.ps1 Release v0.9.0 (#2425) 2023-05-03 03:17:59 +00:00
vm_run_tests.psm1 Bpf performance run (#2821) 2023-09-11 19:07:07 +00:00