Skip to content

CallEnclave/TerminateEnclave no longer present in kernel32 #2127

@riverar

Description

@riverar

Tested on 25H2 10.0.26220.6760:

C:\Windows\System32>dumpbin /exports kernel32.dll | findstr /i TerminateEnclave

C:\Windows\System32>dumpbin /exports kernel32.dll | findstr /i CallEnclave

// api-ms-win-core-enclave-l1-1-1.dll -> s{kernelbase.dll}

C:\Windows\System32>dumpbin /exports kernelbase.dll | findstr /i TerminateEnclave
       1805  70C 0018AF70 TerminateEnclave

C:\Windows\System32>dumpbin /exports kernelbase.dll | findstr /i CallEnclave
        118   72 00102410 CallEnclave

Docs claim otherwise.
https://learn.microsoft.com/en-us/windows/win32/api/enclaveapi/nf-enclaveapi-terminateenclave

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions