Windows 10 DLL File Information - iasnap.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: | NPS NAP Provider |
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: | 110 KB |
Total Number of Exported Functions: | 4 |
Total Number of Exported Functions With Names: | 4 |
Section Headers
Name | Virtual Address | Raw Data Size | % of File | Characteristics | Section Contains... |
---|---|---|---|---|---|
.text | 0x00001000 | 90,624 Bytes | 80.5% | Read, Execute | Code |
.data | 0x00018000 | 1,024 Bytes | 0.9% | Write, Read | Initialized Data |
.idata | 0x00019000 | 3,584 Bytes | 3.2% | Read | Initialized Data |
.rsrc | 0x0001a000 | 10,240 Bytes | 9.1% | Read | Initialized Data |
.reloc | 0x0001d000 | 6,144 Bytes | 5.5% | Read, Discardable | Initialized Data |
Static Linking
iasnap.dll is statically linked to the following files:msvcrt.dll
ATL.DLL
iassvcs.dll
ntdll.dll
ADVAPI32.dll
KERNEL32.dll
OLEAUT32.dll
rtutils.dll
WS2_32.dll
api-ms-win-core-com-l1-1-1.dll
This means that when iasnap.dll is loaded, the above files are automatically loaded too. If one of these files is corrupted or missing, iasnap.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 | 0 | 0 Bytes | 0.0% |
Type Libraries | 1 | 9,012 Bytes | 8.0% |
Manifest | 0 | 0 Bytes | 0.0% |
All Others | 1 | 908 Bytes | 0.8% |
Total | 2 | 9,920 Bytes | 8.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)
No string resources in this file.
COM Classes/Interfaces
Name | Type | Description |
---|---|---|
AbsoluteTime | CoClass | |
AttributeMatch | CoClass | |
EAPTypes | CoClass | |
ICondition | Interface | |
IConditionText | Interface | |
IIasComponent | Dispatch | |
IQualityControl | Dispatch | |
IRequest | Interface | |
IRequestHandler | Dispatch | |
IRequestSource | Interface | |
MachineNTGroups | CoClass | |
NTGroups | CoClass | |
PolicyEnforcer | CoClass | |
TimeOfDay | CoClass | |
UserNTGroups | CoClass |
Exported Functions List
The following functions are exported by this dll:DllCanUnloadNow | DllGetClassObject | DllRegisterServer | DllUnregisterServer |
Imported Functions List
The following functions are imported by this dll:- msvcrt.dll:
_CxxThrowException _XcptFilter __CxxFrameHandler __dllonexit _amsg_exit _callnewh _except_handler4_common _initterm _lock _onexit _purecall _strnicmp _ultow _unlock _wcsicmp _wcsupr_s free iswdigit malloc memcpy memcpy_s memmove memmove_s memset public: __thiscall exception::exception(char const * const &) public: __thiscall exception::exception(class exception const &) public: __thiscall exception::exception(void) public: virtual __thiscall exception::~exception(void) public: virtual __thiscall type_info::~type_info(void) public: virtual char const * __thiscall exception::what(void)const sprintf_s swscanf void __cdecl terminate(void) vsprintf_s wcscat_s wcschr wcscpy_s wcspbrk wcsrchr wcsspn wcstok wcstoul - ATL.DLL:
AtlInternalQueryInterface AtlModuleGetClassObject AtlModuleInit AtlModuleRegisterServer AtlModuleTerm AtlModuleUnregisterServer - iassvcs.dll:
IASGetLocalDictionary IASGlobalLock IASGlobalUnlock IASRegisterComponent IASVariantChangeType - ntdll.dll:
RtlAllocateHeap RtlFreeHeap RtlImageNtHeader RtlIpv6StringToAddressW - ADVAPI32.dll:
AllocateAndInitializeSid CloseServiceHandle EqualSid FreeSid OpenSCManagerA OpenServiceA QueryServiceStatusEx ntdll!EtwGetTraceEnableFlags ntdll!EtwGetTraceEnableLevel ntdll!EtwGetTraceLoggerHandle ntdll!EtwRegisterTraceGuidsW ntdll!EtwTraceMessage ntdll!EtwUnregisterTraceGuids - KERNEL32.dll:
CloseHandle CompareFileTime CreateSemaphoreW DisableThreadLibraryCalls FormatMessageA GetCurrentProcess GetCurrentProcessId GetCurrentThreadId GetLastError GetLocalTime GetModuleFileNameW GetSystemInfo GetSystemTime GetSystemTimeAsFileTime GetTickCount InitializeCriticalSectionAndSpinCount LocalFree MultiByteToWideChar OutputDebugStringA QueryPerformanceCounter ReleaseSemaphore SetThreadStackGuarantee SetUnhandledExceptionFilter Sleep SwitchToThread SystemTimeToFileTime TerminateProcess UnhandledExceptionFilter VirtualAlloc VirtualProtect VirtualQuery WaitForSingleObject WideCharToMultiByte ntdll!RtlDeleteCriticalSection ntdll!RtlEnterCriticalSection ntdll!RtlInitializeCriticalSection ntdll!RtlLeaveCriticalSection ntdll!RtlTryEnterCriticalSection - OLEAUT32.dll:
LoadRegTypeLib SafeArrayAccessData SafeArrayCreateVector SafeArrayGetDim SafeArrayGetLBound SafeArrayGetUBound SafeArrayUnaccessData SetErrorInfo SysAllocString SysFreeString UnRegisterTypeLib VariantClear VariantCopy VariantInit VariantTimeToSystemTime - rtutils.dll:
TraceDeregisterW TraceRegisterExW TraceVprintfExA - WS2_32.dll:
GetNameInfoW WSAGetLastError htonl - api-ms-win-core-com-l1-1-1.dll:
combase!CLSIDFromProgID combase!CoGetClassObject combase!CoTaskMemAlloc combase!CoTaskMemFree