Windows 10 DLL File Information - browser.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: | Computer Browser 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: | 103 KB |
Total Number of Exported Functions: | 3 |
Total Number of Exported Functions With Names: | 3 |
Section Headers
Name | Virtual Address | Raw Data Size | % of File | Characteristics | Section Contains... |
---|---|---|---|---|---|
.text | 0x00001000 | 90,624 Bytes | 85.5% | Read, Execute | Code |
.data | 0x00018000 | 1,024 Bytes | 1.0% | Write, Read | Initialized Data |
.idata | 0x00019000 | 6,656 Bytes | 6.3% | Read | Initialized Data |
.didat | 0x0001b000 | 512 Bytes | 0.5% | Write, Read | Initialized Data |
.rsrc | 0x0001c000 | 1,536 Bytes | 1.4% | Read | Initialized Data |
.reloc | 0x0001d000 | 4,608 Bytes | 4.3% | Read, Discardable | Initialized Data |
Static Linking
browser.dll is statically linked to the following files:msvcrt.dll
api-ms-win-core-synch-l1-2-0.dll
api-ms-win-core-errorhandling-l1-1-1.dll
api-ms-win-core-processthreads-l1-1-2.dll
api-ms-win-core-handle-l1-1-0.dll
api-ms-win-core-registry-l1-1-0.dll
RPCRT4.dll
netutils.dll
api-ms-win-core-heap-l2-1-0.dll
api-ms-win-core-rtlsupport-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-service-management-l1-1-0.dll
api-ms-win-service-management-l2-1-0.dll
api-ms-win-core-string-l1-1-0.dll
api-ms-win-core-sysinfo-l1-2-1.dll
api-ms-win-core-file-l1-2-1.dll
api-ms-win-core-file-l2-1-1.dll
api-ms-win-core-io-l1-1-1.dll
api-ms-win-core-libraryloader-l1-2-0.dll
api-ms-win-core-profile-l1-1-0.dll
api-ms-win-core-threadpool-legacy-l1-1-0.dll
api-ms-win-core-string-obsolete-l1-1-0.dll
ntdll.dll
api-ms-win-security-base-l1-2-0.dll
api-ms-win-core-processenvironment-l1-2-0.dll
api-ms-win-core-delayload-l1-1-1.dll
api-ms-win-core-heap-obsolete-l1-1-0.dll
api-ms-win-core-timezone-l1-1-0.dll
This means that when browser.dll is loaded, the above files are automatically loaded too. If one of these files is corrupted or missing, browser.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 | 4 | 824 Bytes | 0.8% |
Type Libraries | 0 | 0 Bytes | 0.0% |
Manifest | 0 | 0 Bytes | 0.0% |
All Others | 2 | 1,132 Bytes | 1.1% |
Total | 6 | 1,956 Bytes | 1.8% |
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 | Computer Browser |
101 | Maintains an updated list of computers on the network and supplies this list to computers designated as browsers. If this service is stopped, this list will not be updated or maintained. If this service is disabled, any services that explicitly depend on it will fail to start. |
102 | Browser Support Driver |
103 | Implements the kernel datagram receiver for the computer browser browser service. |
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:I_BrowserServerEnumForXactsrv | ServiceMain | SvchostPushServiceGlobals |
Imported Functions List
The following functions are imported by this dll:- msvcrt.dll:
_XcptFilter _amsg_exit _beginthreadex _except_handler4_common _initterm _itow_s _local_unwind4 _ultoa _ultow _wcsicmp _wcsnicmp free isdigit malloc mbstowcs memcmp memcpy memmove memset qsort sprintf_s strchr strcpy_s strnlen swprintf_s vsprintf_s wcscat_s wcschr wcscpy_s wcsncpy_s wcsspn wcstoul - api-ms-win-core-synch-l1-2-0.dll:
KernelBase!CreateEventW KernelBase!CreateSemaphoreExW KernelBase!ReleaseSemaphore KernelBase!SetEvent KernelBase!Sleep KernelBase!WaitForMultipleObjectsEx KernelBase!WaitForSingleObject KernelBase!WaitForSingleObjectEx ntdll!RtlDeleteCriticalSection ntdll!RtlEnterCriticalSection ntdll!RtlInitializeCriticalSection ntdll!RtlLeaveCriticalSection - api-ms-win-core-errorhandling-l1-1-1.dll:
KernelBase!GetLastError KernelBase!RaiseException KernelBase!SetUnhandledExceptionFilter KernelBase!UnhandledExceptionFilter - api-ms-win-core-processthreads-l1-1-2.dll:
KernelBase!OpenThreadToken kernel32!GetCurrentProcess kernel32!GetCurrentProcessId kernel32!GetCurrentThread kernel32!GetCurrentThreadId kernel32!SetThreadPriority kernel32!TerminateProcess - api-ms-win-core-handle-l1-1-0.dll:
KernelBase!CloseHandle - api-ms-win-core-registry-l1-1-0.dll:
KernelBase!RegCloseKey KernelBase!RegNotifyChangeKeyValue KernelBase!RegOpenKeyExA KernelBase!RegOpenKeyExW KernelBase!RegQueryInfoKeyW KernelBase!RegQueryValueExA KernelBase!RegQueryValueExW - RPCRT4.dll:
I_RpcExceptionFilter NdrServerCall2 RpcBindingFree RpcBindingServerFromClient RpcBindingToStringBindingW RpcImpersonateClient RpcRevertToSelf RpcServerRegisterIfEx RpcServerUnregisterIf RpcServerUseProtseqEpW RpcStringBindingParseW RpcStringFreeW - netutils.dll:
NetApiBufferAllocate NetApiBufferFree NetapipBufferAllocate NetpIsRemoteNameValid NetpIsUncComputerNameValid NetpwNameCanonicalize - api-ms-win-core-heap-l2-1-0.dll:
KernelBase!LocalAlloc KernelBase!LocalFree KernelBase!LocalReAlloc - api-ms-win-core-rtlsupport-l1-2-0.dll:
ntdll!RtlCompareMemory - api-ms-win-service-winsvc-l1-2-0.dll:
sechost!QueryServiceStatus sechost!RegisterServiceCtrlHandlerW - api-ms-win-service-core-l1-1-1.dll:
sechost!SetServiceStatus - api-ms-win-service-management-l1-1-0.dll:
sechost!CloseServiceHandle sechost!OpenSCManagerW sechost!OpenServiceW - api-ms-win-service-management-l2-1-0.dll:
sechost!QueryServiceConfigW - api-ms-win-core-string-l1-1-0.dll:
KernelBase!MultiByteToWideChar - api-ms-win-core-sysinfo-l1-2-1.dll:
KernelBase!GetComputerNameExW KernelBase!GetLocalTime KernelBase!GetSystemDirectoryW KernelBase!GetSystemTimeAsFileTime KernelBase!GetTickCount - api-ms-win-core-file-l1-2-1.dll:
KernelBase!CreateFileW KernelBase!DeleteFileW KernelBase!SetFilePointer KernelBase!WriteFile - api-ms-win-core-file-l2-1-1.dll:
KernelBase!MoveFileExW - api-ms-win-core-io-l1-1-1.dll:
kernel32!DeviceIoControl - api-ms-win-core-libraryloader-l1-2-0.dll:
KernelBase!FreeLibrary KernelBase!GetProcAddress KernelBase!LoadLibraryExW - api-ms-win-core-profile-l1-1-0.dll:
ntdll!RtlQueryPerformanceCounter - api-ms-win-core-threadpool-legacy-l1-1-0.dll:
KernelBase!ChangeTimerQueueTimer KernelBase!CreateTimerQueue KernelBase!CreateTimerQueueTimer KernelBase!DeleteTimerQueueEx KernelBase!DeleteTimerQueueTimer - api-ms-win-core-string-obsolete-l1-1-0.dll:
kernel32!lstrcmp kernel32!lstrcmpW - ntdll.dll:
NlsMbOemCodePageTag NtCancelIoFile NtClose NtCreateFile NtDeviceIoControlFile NtFsControlFile NtImpersonateAnonymousToken NtOpenEvent NtOpenFile NtOpenProcessToken NtOpenThreadToken NtQueryPerformanceCounter NtQuerySystemInformation NtQuerySystemTime NtSetInformationThread RtlAcquireResourceExclusive RtlAcquireResourceShared RtlAddAce RtlCopySid RtlCopyUnicodeString RtlCreateAcl RtlCreateSecurityDescriptor RtlDeleteResource RtlDeleteSecurityObject RtlEqualUnicodeString RtlFreeOemString RtlGetNtProductType RtlInitAnsiString RtlInitString RtlInitUnicodeString RtlInitializeResource RtlInitializeSid RtlLengthRequiredSid RtlLengthSid RtlNewSecurityObject RtlNtStatusToDosError RtlOemStringToUnicodeString RtlReleaseResource RtlSetDaclSecurityDescriptor RtlSetGroupSecurityDescriptor RtlSetOwnerSecurityDescriptor RtlSetSaclSecurityDescriptor RtlSubAuthorityCountSid RtlSubAuthoritySid RtlTimeToSecondsSince1980 RtlUnicodeStringToAnsiSize RtlUnicodeStringToOemString RtlUnicodeToOemN RtlUpcaseUnicodeStringToOemString RtlUpcaseUnicodeToOemN - api-ms-win-security-base-l1-2-0.dll:
KernelBase!AccessCheck - api-ms-win-core-processenvironment-l1-2-0.dll:
KernelBase!ExpandEnvironmentStringsW - api-ms-win-core-delayload-l1-1-1.dll:
KernelBase!DelayLoadFailureHook KernelBase!ResolveDelayLoadedAPI - api-ms-win-core-heap-obsolete-l1-1-0.dll:
kernel32!LocalSize - api-ms-win-core-timezone-l1-1-0.dll:
KernelBase!GetTimeZoneInformation