ebpf-for-windows/libs/api
Alan Jowett c57ca7c9f7
Catch std::bad_alloc from ParsePEFromFile (#1999)
Signed-off-by: Alan Jowett <alanjo@microsoft.com>
Co-authored-by: Dave Thaler <dthaler@microsoft.com>
2023-02-02 13:05:36 -07:00
..
CMakeLists.txt Add support for new libbpf APIs (#1288) 2022-07-29 14:57:30 -04:00
Verifier.cpp Mark all ebpf_* api's as noexcept (#1967) 2023-01-26 23:46:27 +00:00
Verifier.h Fix code analysis annotations for In and In_opt parameters by adding const where appropriate or changing to Inout where appropriate. (#1749) 2022-12-15 15:58:33 -08:00
api.vcxproj Add option to generate .spd files for sample driven PGO (#1931) 2023-01-20 23:10:24 +00:00
api.vcxproj.filters Add support for new libbpf APIs (#1288) 2022-07-29 14:57:30 -04:00
api_internal.h Fix code analysis annotations for In and In_opt parameters by adding const where appropriate or changing to Inout where appropriate. (#1749) 2022-12-15 15:58:33 -08:00
bpf_syscall.cpp Implementation of syscalls in bpf_syscall.cpp (#1866) 2023-01-17 17:56:03 +00:00
crab_verifier_wrapper.hpp Update ebpf-verifier to latest (#1712) 2022-12-08 00:05:08 +00:00
ebpf_api.cpp Catch std::bad_alloc from ParsePEFromFile (#1999) 2023-02-02 13:05:36 -07:00
ebpf_execution_context.h remove duplicate windows_helpers.cpp, refactor (#236) 2021-05-28 15:29:41 -07:00
ebpfapi.vcxproj.filters Update directory structure (#134) 2021-05-05 14:10:28 -06:00
libbpf_errno.cpp Add support for new libbpf APIs (#1288) 2022-07-29 14:57:30 -04:00
libbpf_internal.h Add more libbpf APIs needed by bpftool (#576) 2021-09-23 19:32:09 -07:00
libbpf_link.cpp Instrument all allocation paths (#1620) 2022-11-19 16:33:27 +00:00
libbpf_map.cpp fix to 1176 (#1942) 2023-01-24 04:01:59 +00:00
libbpf_object.cpp bpf_object__open_file() should allow null opts (#1363) 2022-08-23 21:11:27 -07:00
libbpf_program.cpp fix leak (#1932) 2023-01-21 09:33:29 -08:00
libbpf_system.cpp Fix the bpf_map_lookup_elem / bpf_map_update_elem API for per-cpu maps. (#1423) 2022-09-30 10:24:50 -07:00
packages.config Update NuGet packages (#1768) 2022-12-19 21:02:25 +00:00
pch.h Switch to approved license header format (#268) 2021-06-10 12:02:00 -07:00
rpc_client.h Fix code analysis annotations for In and In_opt parameters by adding const where appropriate or changing to Inout where appropriate. (#1749) 2022-12-15 15:58:33 -08:00
windows_platform.cpp Pickup latest ebpf-verifier to resolve #630 (#765) 2022-02-25 16:17:23 -08:00
windows_platform.hpp refactor api.lib to api.lib, common.lib, service.lib (#219) 2021-05-25 14:11:13 -07:00