vmvirtio.dll

Description: Hyper-V Virtio Infrastructure

Authors: © Microsoft Corporation. All rights reserved.

Version: 10.0.19041.4355

Architecture: 64-bit

Operating System: Windows NT

SHA256: ea5be0f1b1af3641e771de31996f45db

File Size: 128.9 KB

Uploaded At: Dec. 1, 2025, 7:42 a.m.

Views: 5

Exported Functions

  • VirtioCompleteWorkCallbackAsync (Ordinal: 1, Address: 0x5630)
  • VirtioCreateInstance (Ordinal: 2, Address: 0x4bc0)
  • VirtioDeleteInstance (Ordinal: 3, Address: 0x4df0)
  • VirtioDisableQueues (Ordinal: 4, Address: 0x4e30)
  • VirtioEnableQueues (Ordinal: 5, Address: 0x4e40)
  • VirtioGetDriverFeatures (Ordinal: 6, Address: 0x5090)
  • VirtioGetPciPnpId (Ordinal: 7, Address: 0x50a0)
  • VirtioMemoryStreamAdvance (Ordinal: 8, Address: 0x56e0)
  • VirtioMemoryStreamGetCurrentReadSpanLength (Ordinal: 9, Address: 0x56f0)
  • VirtioMemoryStreamGetCurrentWriteSpanLength (Ordinal: 10, Address: 0x5710)
  • VirtioMemoryStreamGetNextReadBuffer (Ordinal: 11, Address: 0x5730)
  • VirtioMemoryStreamGetNextWriteBuffer (Ordinal: 12, Address: 0x57c0)
  • VirtioMemoryStreamRead (Ordinal: 13, Address: 0x5850)
  • VirtioMemoryStreamWrite (Ordinal: 14, Address: 0x59a0)
  • VirtioPauseQueues (Ordinal: 15, Address: 0x4e90)
  • VirtioReadConfigSpace (Ordinal: 16, Address: 0x50e0)
  • VirtioReadInterceptedBar (Ordinal: 17, Address: 0x51a0)
  • VirtioRestoreQueues (Ordinal: 18, Address: 0x4fd0)
  • VirtioResumeQueues (Ordinal: 19, Address: 0x4f20)
  • VirtioSaveQueues (Ordinal: 20, Address: 0x5050)
  • VirtioWriteConfigSpace (Ordinal: 21, Address: 0x5360)
  • VirtioWriteInterceptedBar (Ordinal: 22, Address: 0x55e0)

Imported DLLs & Functions

api-ms-win-core-debug-l1-1-0.dll
  • DebugBreak (Address: 0x180016e30)
  • IsDebuggerPresent (Address: 0x180016e38)
  • OutputDebugStringW (Address: 0x180016e40)
api-ms-win-core-errorhandling-l1-1-0.dll
  • GetLastError (Address: 0x180016e60)
  • SetLastError (Address: 0x180016e68)
  • SetUnhandledExceptionFilter (Address: 0x180016e58)
  • UnhandledExceptionFilter (Address: 0x180016e50)
api-ms-win-core-handle-l1-1-0.dll
  • CloseHandle (Address: 0x180016e78)
api-ms-win-core-heap-l1-1-0.dll
  • GetProcessHeap (Address: 0x180016e88)
  • HeapAlloc (Address: 0x180016e98)
  • HeapFree (Address: 0x180016e90)
api-ms-win-core-interlocked-l1-1-0.dll
  • InitializeSListHead (Address: 0x180016ea8)
api-ms-win-core-libraryloader-l1-2-0.dll
  • DisableThreadLibraryCalls (Address: 0x180016ed8)
  • GetModuleFileNameA (Address: 0x180016ec0)
  • GetModuleHandleExW (Address: 0x180016ed0)
  • GetModuleHandleW (Address: 0x180016eb8)
  • GetProcAddress (Address: 0x180016ec8)
api-ms-win-core-localization-l1-2-0.dll
  • FormatMessageW (Address: 0x180016ee8)
api-ms-win-core-processthreads-l1-1-0.dll
  • GetCurrentProcess (Address: 0x180016f00)
  • GetCurrentProcessId (Address: 0x180016f10)
  • GetCurrentThreadId (Address: 0x180016ef8)
  • TerminateProcess (Address: 0x180016f08)
api-ms-win-core-processthreads-l1-1-1.dll
  • IsProcessorFeaturePresent (Address: 0x180016f20)
api-ms-win-core-profile-l1-1-0.dll
  • QueryPerformanceCounter (Address: 0x180016f30)
api-ms-win-core-rtlsupport-l1-1-0.dll
  • RtlCaptureContext (Address: 0x180016f48)
  • RtlLookupFunctionEntry (Address: 0x180016f40)
  • RtlVirtualUnwind (Address: 0x180016f50)
api-ms-win-core-synch-l1-1-0.dll
  • AcquireSRWLockExclusive (Address: 0x180016f88)
  • CreateEventExW (Address: 0x180016f60)
  • CreateMutexExW (Address: 0x180016f78)
  • CreateSemaphoreExW (Address: 0x180016fb0)
  • InitializeSRWLock (Address: 0x180016fb8)
  • OpenSemaphoreW (Address: 0x180016f98)
  • ReleaseMutex (Address: 0x180016fc0)
  • ReleaseSemaphore (Address: 0x180016f68)
  • ReleaseSRWLockExclusive (Address: 0x180016f90)
  • SetEvent (Address: 0x180016f70)
  • TryAcquireSRWLockExclusive (Address: 0x180016fa8)
  • WaitForSingleObject (Address: 0x180016f80)
  • WaitForSingleObjectEx (Address: 0x180016fa0)
api-ms-win-core-synch-l1-2-0.dll
  • InitOnceBeginInitialize (Address: 0x180016fd8)
  • InitOnceComplete (Address: 0x180016fd0)
  • InitOnceExecuteOnce (Address: 0x180016fe0)
api-ms-win-core-sysinfo-l1-1-0.dll
  • GetSystemTimeAsFileTime (Address: 0x180016ff0)
api-ms-win-core-threadpool-l1-2-0.dll
  • CallbackMayRunLong (Address: 0x180017018)
  • CloseThreadpoolWait (Address: 0x180017010)
  • CreateThreadpoolWait (Address: 0x180017000)
  • SetThreadpoolWait (Address: 0x180017020)
  • WaitForThreadpoolWaitCallbacks (Address: 0x180017008)
api-ms-win-crt-private-l1-1-0.dll
  • __C_specific_handler (Address: 0x1800170f0)
  • __CxxFrameHandler3 (Address: 0x180017110)
  • __CxxFrameHandler4 (Address: 0x1800170f8)
  • __RTDynamicCast (Address: 0x180017100)
  • __std_terminate (Address: 0x1800170e8)
  • _CxxThrowException (Address: 0x180017118)
  • _o___std_exception_copy (Address: 0x1800170e0)
  • _o___std_exception_destroy (Address: 0x1800170d8)
  • _o___std_type_info_destroy_list (Address: 0x1800170d0)
  • _o___stdio_common_vsnprintf_s (Address: 0x1800170c8)
  • _o___stdio_common_vswprintf (Address: 0x1800170c0)
  • _o__callnewh (Address: 0x180017030)
  • _o__cexit (Address: 0x180017038)
  • _o__configure_narrow_argv (Address: 0x180017040)
  • _o__crt_atexit (Address: 0x180017048)
  • _o__errno (Address: 0x180017050)
  • _o__execute_onexit_table (Address: 0x180017058)
  • _o__initialize_narrow_environment (Address: 0x180017060)
  • _o__initialize_onexit_table (Address: 0x180017068)
  • _o__invalid_parameter_noinfo (Address: 0x180017070)
  • _o__invalid_parameter_noinfo_noreturn (Address: 0x180017078)
  • _o__register_onexit_function (Address: 0x180017080)
  • _o__seh_filter_dll (Address: 0x180017088)
  • _o_abort (Address: 0x180017098)
  • _o_free (Address: 0x1800170a0)
  • _o_malloc (Address: 0x1800170a8)
  • _o_terminate (Address: 0x1800170b0)
  • _o_wcstod (Address: 0x1800170b8)
  • memcpy (Address: 0x180017108)
  • memmove (Address: 0x180017090)
api-ms-win-crt-runtime-l1-1-0.dll
  • _initterm (Address: 0x180017130)
  • _initterm_e (Address: 0x180017128)
api-ms-win-crt-string-l1-1-0.dll
  • memset (Address: 0x180017140)
  • wcsncmp (Address: 0x180017148)
api-ms-win-eventing-provider-l1-1-0.dll
  • EventRegister (Address: 0x180017160)
  • EventSetInformation (Address: 0x180017158)
  • EventUnregister (Address: 0x180017168)
  • EventWriteTransfer (Address: 0x180017170)