Windows 10 DLL File Information - ssdpsrv.dll |
The following DLL report was generated by automatic DLL script that scanned and loaded all DLL files in the system32 directory of Windows 10, extracted the information from them, and then saved it into HTML reports. If you want to view a report of another DLL, go to the main page of this Web site.
General Information
File Description: | SSDP Service DLL |
File Version: | 10.0.10130.0 (fbl_impressive.150522-2224) |
Company: | Microsoft Corporation |
Product Name: | Microsoft® Windows® Operating System |
DLL popularity | Very Low - There is no any other DLL in system32 directory that is statically linked to this file. |
File Size: | 188 KB |
Total Number of Exported Functions: | 2 |
Total Number of Exported Functions With Names: | 2 |
Section Headers
Name | Virtual Address | Raw Data Size | % of File | Characteristics | Section Contains... |
---|---|---|---|---|---|
.text | 0x00001000 | 171,008 Bytes | 88.6% | Read, Execute | Code |
.data | 0x0002b000 | 512 Bytes | 0.3% | Write, Read | Initialized Data |
.idata | 0x0002c000 | 5,632 Bytes | 2.9% | Read | Initialized Data |
.didat | 0x0002e000 | 512 Bytes | 0.3% | Write, Read | Initialized Data |
.rsrc | 0x0002f000 | 1,536 Bytes | 0.8% | Read | Initialized Data |
.reloc | 0x00030000 | 12,800 Bytes | 6.6% | Read, Discardable | Initialized Data |
Static Linking
ssdpsrv.dll is statically linked to the following files:msvcrt.dll
ntdll.dll
RPCRT4.dll
api-ms-win-core-synch-l1-2-0.dll
api-ms-win-service-winsvc-l1-2-0.dll
api-ms-win-service-core-l1-1-1.dll
api-ms-win-core-profile-l1-1-0.dll
api-ms-win-core-processthreads-l1-1-2.dll
api-ms-win-core-sysinfo-l1-2-1.dll
api-ms-win-core-errorhandling-l1-1-1.dll
api-ms-win-core-threadpool-l1-2-0.dll
api-ms-win-core-synch-l1-2-1.dll
api-ms-win-core-handle-l1-1-0.dll
WS2_32.dll
api-ms-win-core-libraryloader-l1-2-0.dll
api-ms-win-security-base-l1-2-0.dll
api-ms-win-core-registry-l1-1-0.dll
api-ms-win-core-io-l1-1-1.dll
api-ms-win-core-libraryloader-l1-2-1.dll
api-ms-win-core-string-l1-1-0.dll
api-ms-win-core-delayload-l1-1-1.dll
api-ms-win-core-kernel32-legacy-l1-1-1.dll
api-ms-win-core-threadpool-legacy-l1-1-0.dll
api-ms-win-core-string-obsolete-l1-1-0.dll
NSI.dll
api-ms-win-core-apiquery-l1-1-0.dll
This means that when ssdpsrv.dll is loaded, the above files are automatically loaded too. If one of these files is corrupted or missing, ssdpsrv.dll won't be loaded.
General Resources Information
Resource Type | Number of Items | Total Size | % of File |
---|---|---|---|
Icons | 0 | 0 Bytes | 0.0% |
Animated Icons | 0 | 0 Bytes | 0.0% |
Cursors | 0 | 0 Bytes | 0.0% |
Animated Cursors | 0 | 0 Bytes | 0.0% |
Bitmaps | 0 | 0 Bytes | 0.0% |
AVI Files | 0 | 0 Bytes | 0.0% |
Dialog-Boxes | 0 | 0 Bytes | 0.0% |
HTML Related Files | 0 | 0 Bytes | 0.0% |
Menus | 0 | 0 Bytes | 0.0% |
Strings | 2 | 732 Bytes | 0.4% |
Type Libraries | 0 | 0 Bytes | 0.0% |
Manifest | 0 | 0 Bytes | 0.0% |
All Others | 2 | 1,108 Bytes | 0.6% |
Total | 4 | 1,840 Bytes | 1.0% |
Icons in this file
No icons found in this file
Cursors in this file
No cursors found in this file
Dialog-boxes list (up to 1000 dialogs)
No dialog resources in this file.
String resources in this dll (up to 1000 strings)
String ID | String Text |
---|---|
100 | SSDP Discovery |
101 | Discovers networked devices and services that use the SSDP discovery protocol, such as UPnP devices. Also announces SSDP devices and services running on the local computer. If this service is stopped, SSDP-based devices will not be discovered. If this service is disabled, any services that explicitly depend on it will fail to start. |
COM Classes/Interfaces
There is no type library in this file with COM classes/interfaces information
Exported Functions List
The following functions are exported by this dll:ServiceMain | SvchostPushServiceGlobals |
Imported Functions List
The following functions are imported by this dll:- msvcrt.dll:
_XcptFilter __dllonexit _amsg_exit _atoi64 _except_handler4_common _ftol2_sse _initterm _itoa_s _lock _onexit _purecall _strcmpi _strcmpi _strnicmp _unlock _vsnprintf _vsnwprintf atoi atol free isdigit malloc memcmp memcpy memset rand realloc strchr strncmp strrchr strstr strtok strtoul - ntdll.dll:
EtwGetTraceEnableFlags EtwGetTraceEnableLevel EtwGetTraceLoggerHandle EtwRegisterTraceGuidsW EtwTraceMessage EtwUnregisterTraceGuids - RPCRT4.dll:
I_RpcBindingInqTransportType NdrAsyncServerCall NdrServerCall2 RpcAsyncCompleteCall RpcBindingInqAuthClientA RpcBindingVectorFree RpcEpRegisterA RpcImpersonateClient RpcRevertToSelf RpcServerInqBindings RpcServerRegisterAuthInfoA RpcServerRegisterIfEx RpcServerSubscribeForNotification RpcServerUnregisterIfEx RpcServerUnsubscribeForNotification RpcServerUseProtseqA UuidFromStringA UuidFromStringW - api-ms-win-core-synch-l1-2-0.dll:
KernelBase!CreateEventA KernelBase!CreateEventW KernelBase!CreateSemaphoreExW KernelBase!ReleaseSemaphore KernelBase!ResetEvent KernelBase!SetEvent KernelBase!Sleep KernelBase!WaitForMultipleObjectsEx KernelBase!WaitForSingleObject ntdll!RtlDeleteCriticalSection ntdll!RtlEnterCriticalSection ntdll!RtlInitializeCriticalSection ntdll!RtlLeaveCriticalSection ntdll!RtlTryEnterCriticalSection - api-ms-win-service-winsvc-l1-2-0.dll:
sechost!RegisterServiceCtrlHandlerExA - api-ms-win-service-core-l1-1-1.dll:
sechost!SetServiceStatus - api-ms-win-core-profile-l1-1-0.dll:
ntdll!RtlQueryPerformanceCounter - api-ms-win-core-processthreads-l1-1-2.dll:
kernel32!CreateThread kernel32!GetCurrentProcess kernel32!GetCurrentProcessId kernel32!GetCurrentThreadId kernel32!GetExitCodeThread kernel32!TerminateProcess - api-ms-win-core-sysinfo-l1-2-1.dll:
KernelBase!GetSystemInfo KernelBase!GetSystemTimeAsFileTime KernelBase!GetSystemWindowsDirectoryW KernelBase!GetTickCount KernelBase!GetTickCount64 - api-ms-win-core-errorhandling-l1-1-1.dll:
KernelBase!GetLastError KernelBase!SetUnhandledExceptionFilter KernelBase!UnhandledExceptionFilter ntdll!RtlRestoreLastWin32Error - api-ms-win-core-threadpool-l1-2-0.dll:
KernelBase!CreateThreadpool KernelBase!CreateThreadpoolCleanupGroup KernelBase!CreateThreadpoolTimer KernelBase!TrySubmitThreadpoolCallback ntdll!TpReleaseCleanupGroup ntdll!TpReleaseCleanupGroupMembers ntdll!TpReleasePool ntdll!TpReleaseTimer ntdll!TpSetPoolMaxThreads ntdll!TpSetTimer ntdll!TpWaitForTimer - api-ms-win-core-synch-l1-2-1.dll:
KernelBase!WaitForMultipleObjects - api-ms-win-core-handle-l1-1-0.dll:
KernelBase!CloseHandle - WS2_32.dll:
FreeAddrInfoW GetAddrInfoW WSAAddressToStringA WSACleanup WSAEnumNetworkEvents WSAEventSelect WSAGetLastError WSAIoctl WSASocketW WSAStartup WSAStringToAddressA WSAStringToAddressW __WSAFDIsSet bind closesocket getsockname htonl htonl htons inet_addr ioctlsocket select sendto setsockopt socket - api-ms-win-core-libraryloader-l1-2-0.dll:
KernelBase!FreeLibrary KernelBase!GetProcAddress KernelBase!LoadLibraryExW - api-ms-win-security-base-l1-2-0.dll:
KernelBase!CheckTokenMembership KernelBase!CreateWellKnownSid - api-ms-win-core-registry-l1-1-0.dll:
KernelBase!RegCloseKey KernelBase!RegOpenKeyExA KernelBase!RegOpenKeyExW KernelBase!RegQueryValueExA KernelBase!RegQueryValueExW - api-ms-win-core-io-l1-1-1.dll:
kernel32!CancelIoEx kernel32!GetOverlappedResult - api-ms-win-core-libraryloader-l1-2-1.dll:
KernelBase!LoadLibraryW - api-ms-win-core-string-l1-1-0.dll:
KernelBase!MultiByteToWideChar KernelBase!WideCharToMultiByte - api-ms-win-core-delayload-l1-1-1.dll:
KernelBase!DelayLoadFailureHook KernelBase!ResolveDelayLoadedAPI - api-ms-win-core-kernel32-legacy-l1-1-1.dll:
kernel32!RegisterWaitForSingleObject kernel32!UnregisterWait - api-ms-win-core-threadpool-legacy-l1-1-0.dll:
KernelBase!CreateTimerQueue KernelBase!CreateTimerQueueTimer KernelBase!DeleteTimerQueueEx KernelBase!DeleteTimerQueueTimer KernelBase!QueueUserWorkItem KernelBase!UnregisterWaitEx - api-ms-win-core-string-obsolete-l1-1-0.dll:
kernel32!lstrcmp kernel32!lstrlen - NSI.dll:
NsiGetParameter - api-ms-win-core-apiquery-l1-1-0.dll:
ntdll!ApiSetQueryApiSetPresence