microsoft / microsoft/VbsEnclaveTooling
Do enclaves require vertdll.dll module in IAT?
Open
@bbonaby is already working on this.
Since Nov 26, 2025.
- Dominant language
- C++
- Stars
- 28
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
After creating a stripped down miniature Enclave, I discovered InitializeEnclave fails with 0x8007007E. After hours of pulling my hair out, it appears initialization of enclaves requires vertdll.dll in the enclave IAT. Can you confirm this is the case? (I used a hollow enclave with a DllMain and a single return 42 test function, which ultimately resulted in a DLL with no imported functions.
Contributor guide
No contributing guide indexed for this repository
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.