DynamoRIO / DynamoRIO/dynamorio

support new Windows enclave feature

Open
#1,852 1 comment 0 reactions 0 assignees View on GitHub
OpSys-Windows
Dominant language
C
Stars
3.2k
Forks
629
Avg merge
2d 18h
Merged PRs (30d)
30

Description

Windows 10 TH2 ("1511") (xref #1825) has added system calls involving "enclaves".

Xref WinAPI routines like InitializeEnclave:
https://msdn.microsoft.com/en-us/library/windows/desktop/mt592869(v=vs.85).aspx

Enclave: freed with VirtualFree.
Enclaves require Intel Software Guard Extensions (SGX).
Basically a protected area within address space.

Will require DR support and likely will complicate DR operation as its code cache (and DR lib?) may have to be split to have part inside the enclave.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.