microsoft / microsoft/ebpf-for-windows
Add the ELF hash to native driver resources
Open
@Alan-Jowett is already working on this.
Since Oct 27, 2025.
enhancement
P2
security
triaged
- Dominant language
- C
- Stars
- 3.6k
- Forks
- 311
- Avg merge
- 6d 10h
- Merged PRs (30d)
- 21
Description
Currently the bpf2c toolchain adds the hash of the input ELF into the native driver PE image. But that hash cannot be queried easily. The ask is to stick the hash to some part of the PE image which is easily accessible that can be used to validate the provenance of the generated native driver against the input ELF file.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.