microsoft / microsoft/ebpf-for-windows
Add support for string helper functions
Open
enhancement
help wanted
triaged
- Dominant language
- C
- Stars
- 3.6k
- Forks
- 311
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 21
Description
### Describe the feature you'd like supported
Linux supports:
- [ ] [bpf_strncmp](https://ebpf-docs.dylanreimerink.nl/linux/helper-function/bpf_strncmp/)
- [ ] [bpf_strtoul](https://ebpf-docs.dylanreimerink.nl/linux/helper-function/bpf_strtoul/)
- [ ] [bpf_strtol](https://ebpf-docs.dylanreimerink.nl/linux/helper-function/bpf_strtol/)
### Proposed solution
Add support for the same Linux APIs
### Additional context
See also PR #3719 from @ben-zen
Contributor guide
Assessment
This issue has not been assessed yet.