ebpf-for-windows/.gitmodules

23 строки
742 B
Plaintext
Исходник Обычный вид История

[submodule "external/ebpf-verifier"]
path = external/ebpf-verifier
url = https://github.com/vbpf/ebpf-verifier.git
[submodule "external/ubpf"]
path = external/ubpf
url = https://github.com/iovisor/ubpf.git
[submodule "external/bpftool"]
path = external/bpftool
url = https://github.com/dthaler/bpftool-1.git
branch = windows
[submodule "external/win-c"]
path = external/win-c
url = https://github.com/takamin/win-c.git
[submodule "external/Catch2"]
path = external/Catch2
url = https://github.com/catchorg/Catch2.git
[submodule "external/FindWDK"]
path = external/FindWDK
url = https://github.com/SergiusTheBest/FindWDK
Support "netsh ebpf show sections" with native drivers (#1070) * WIP: enumerate sections in native code Signed-off-by: Dave Thaler <dthaler@microsoft.com> * Make bpf2c emit section names Signed-off-by: Dave Thaler <dthaler@microsoft.com> * More of PE section enumeration Signed-off-by: Dave Thaler <dthaler@microsoft.com> * Fix program type and map count display for native programs Signed-off-by: Dave Thaler <dthaler@microsoft.com> * Update cmake files Signed-off-by: Dave Thaler <dthaler@microsoft.com> * Temporarily disable some compiler warnings for the pe-parse project Signed-off-by: Dave Thaler <dthaler@microsoft.com> * Native programs have different sizes for skeleton in debug vs release Also add text case for section is just ".text" Signed-off-by: Dave Thaler <dthaler@microsoft.com> * Address PR feedback Signed-off-by: Dave Thaler <dthaler@microsoft.com> * Force inlining utility functions inside ebpf programs Signed-off-by: Dave Thaler <dthaler@microsoft.com> * Update expected output Signed-off-by: Dave Thaler <dthaler@microsoft.com> * More expected output changes Signed-off-by: Dave Thaler <dthaler@microsoft.com> * Fix ebpfapi to allow a single section of name .text To match libbpf behavior Signed-off-by: Dave Thaler <dthaler@microsoft.com> * Fix test Signed-off-by: Dave Thaler <dthaler@microsoft.com> * Resolve analysis warnings Signed-off-by: Dave Thaler <dthaler@microsoft.com> * Fix analysis warnings Signed-off-by: Dave Thaler <dthaler@microsoft.com> * Address PR comments from Anurag Signed-off-by: Dave Thaler <dthaler@microsoft.com> * Fix test Signed-off-by: Dave Thaler <dthaler@microsoft.com>
2022-05-12 00:06:49 +03:00
[submodule "external/pe-parse"]
path = external/pe-parse
url = https://github.com/trailofbits/pe-parse.git