Share via


VBS enclave에서 사용할 수 있는 libvcruntime API

Enclave는 신뢰할 수 있는 실행 환경을 만드는 데 사용됩니다. 이러한 libvcruntime.lib API는 VBS Enclave에서 실행되는 코드에 정적으로 연결할 수 있습니다.

libvcruntime.lib에서 연결된 함수

_get_purecall_handler

_get_unexpected

_set_purecall_handler

_set_se_translator

longjmp

memchr

memcmp

memcpy

memmove

memset

set_unexpected

strchr

strrchr

strstr

unexpected

wcschr

wcsrchr

wcsstr

내부 함수 및 함수 매크로

연결할 libvcruntime.lib 수 있는 이러한 내부 함수 및 함수 매크로는 CRT를 구현하는 데 사용됩니다. 코드에서 직접 호출할 수 없습니다.

  • __AdjustPointer
  • __BuildCatchObject
  • __BuildCatchObjectHelper
  • __C_specific_handler
  • __C_specific_handler_noexcept
  • _CreateFrameInfo
  • __CxxDetectRethrow
  • __CxxExceptionFilter
  • __CxxFrameHandler
  • __CxxFrameHandler2
  • __CxxFrameHandler3
  • __CxxFrameHandler4
  • __CxxQueryExceptionSize
  • __CxxRegisterExceptionObject
  • _CxxThrowException
  • __CxxUnregisterExceptionObject
  • __DestructExceptionObject
  • _FindAndUnlinkFrame
  • __FrameUnwindFilter
  • __GetPlatformExceptionInfo
  • _IsExceptionObjectToBeDestroyed
  • _is_exception_typeof
  • __NLG_Dispatch2
  • __NLG_Return2
  • __RTCastToVoid
  • __RTtypeid
  • __TypeMatch
  • __current_exception
  • __current_exception_context
  • __intrinsic_setjmp
  • __intrinsic_setjmpex
  • _local_unwind
  • __processing_throw
  • _purecall
  • __report_gsfailure
  • __RTDynamicCast
  • _SetWinRTOutOfMemoryExceptionCallback
  • __std_exception_copy
  • __std_exception_destroy
  • __std_terminate
  • __std_type_info_compare
  • __std_type_info_destroy_list
  • __std_type_info_hash
  • __std_type_info_name
  • __telemetry_main_invoke_trigger
  • __telemetry_main_return_trigger
  • __unDName
  • __unDNameEx
  • __uncaught_exception
  • __uncaught_exceptions
  • __vcrt_GetModuleFileNameW
  • __vcrt_GetModuleHandleW
  • __vcrt_InitializeCriticalSectionEx
  • __vcrt_LoadLibraryExW

참고 항목