Windows 7 DLL File Information - sppcext.dll |
The following DLL report was generated by automatic DLL script that scanned and loaded all DLL files in the system32 directory of Windows 7, 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: | Software Protection Platform Client Extension Dll |
File Version: | 6.1.7100.0 (winmain_win7rc.090421-1700) |
Company: | Microsoft Corporation |
Product Name: | Microsoft Windows Operating System |
DLL popularity | Very Low - 2 other DLL files in system32 directory are statically linked to this file. |
File Size: | 1,085 KB |
Total Number of Exported Functions: | 17 |
Total Number of Exported Functions With Names: | 17 |
Section Headers
Name | Virtual Address | Raw Data Size | % of File | Characteristics | Section Contains... |
---|---|---|---|---|---|
.text | 0x00001000 | 1,013,248 Bytes | 91.2% | Read, Execute | Code |
.data | 0x000f9000 | 53,760 Bytes | 4.8% | Write, Read | Initialized Data |
.rsrc | 0x00107000 | 8,704 Bytes | 0.8% | Read | Initialized Data |
.reloc | 0x0010a000 | 34,816 Bytes | 3.1% | Read, Not Paged | Initialized Data |
Static Linking
sppcext.dll is statically linked to the following files:msvcrt.dll
KERNEL32.dll
ADVAPI32.dll
CRYPT32.dll
WinSCard.dll
ole32.dll
OLEAUT32.dll
WINHTTP.dll
sppc.dll
RPCRT4.dll
This means that when sppcext.dll is loaded, the above files are automatically loaded too. If one of these files is corrupted or missing, sppcext.dll won't be loaded.
List of files that are statically linked to sppcext.dll
sppcomapi.dll
sppwmi.dll
This means that when one of the above files is loaded, sppcext.dll will be loaded too. (The opposite of the previous 'Static Linking' section)
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 | 0 | 0 Bytes | 0.0% |
Manifest | 0 | 0 Bytes | 0.0% |
All Others | 4 | 23,774 Bytes | 2.1% |
Total | 4 | 23,774 Bytes | 2.1% |
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 200 dialogs)
No dialog resources in this file.
String resources in this dll (up to 200 strings)
No string resources in this file.
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:SLAcquireGenuineTicket | SLActivateProduct | SLDepositTokenActivationResponse |
SLFreeTokenActivationCertificates | SLFreeTokenActivationGrants | SLGenerateTokenActivationChallenge |
SLGetPackageProductKey | SLGetPackageProperties | SLGetPackageToken |
SLGetReferralInformation | SLGetServerStatus | SLGetTokenActivationCertificates |
SLGetTokenActivationGrants | SLInitialize | SLInstallPackage |
SLSignTokenActivationChallenge | SLUninstallPackage |
Imported Functions List
The following functions are imported by this dll:- msvcrt.dll:
_CxxThrowException _HUGE _XcptFilter __CxxFrameHandler __dllonexit _amsg_exit _errno _except_handler4_common _fpclass _ftol2 _gcvt_s _get_errno _i64toa_s _initterm _itoa_s _lock _msize _onexit _purecall _set_errno _ui64toa_s _ultoa_s _unlock _vsnwprintf _wcsicmp _wcstoi64 _wcstoui64 _wtoi calloc free iswspace malloc memcpy memcpy_s memmove memmove_s memset public: virtual __thiscall type_info::~type_info(void) realloc swprintf_s swscanf towlower wcschr wcsncmp wcstod - KERNEL32.dll:
CloseHandle CreateDirectoryW CreateEventW CreateSemaphoreA CreateSemaphoreW DisableThreadLibraryCalls ExpandEnvironmentStringsW FreeLibrary GetCurrentProcess GetCurrentProcessId GetCurrentThreadId GetFileAttributesW GetLastError GetLocalTime GetModuleHandleExW GetModuleHandleW GetProcAddress GetProcessHeap GetSystemDirectoryW GetSystemInfo GetSystemTimeAsFileTime GetTickCount GetVersion GetVersionExA GetVersionExW GlobalAlloc GlobalFree HeapDestroy HeapFree InitializeCriticalSectionAndSpinCount InterlockedCompareExchange InterlockedDecrement InterlockedExchange InterlockedExchangeAdd InterlockedIncrement IsWow64Process LCMapStringW LoadLibraryW LocalAlloc LocalFree OutputDebugStringA QueryPerformanceCounter RaiseException ReleaseSemaphore SetEvent SetLastError SetUnhandledExceptionFilter Sleep TerminateProcess UnhandledExceptionFilter UnmapViewOfFile VirtualAlloc VirtualFree VirtualProtect WaitForSingleObject WideCharToMultiByte lstrlenW ntdll!RtlAllocateHeap ntdll!RtlDecodePointer ntdll!RtlDeleteCriticalSection ntdll!RtlEncodePointer ntdll!RtlEnterCriticalSection ntdll!RtlInitializeCriticalSection ntdll!RtlLeaveCriticalSection ntdll!RtlReAllocateHeap ntdll!RtlSizeHeap - ADVAPI32.dll:
CloseServiceHandle ConvertStringSecurityDescriptorToSecurityDescriptorW CryptAcquireContextW CryptCreateHash CryptDestroyHash CryptDestroyKey CryptGenRandom CryptGetKeyParam CryptGetProvParam CryptGetUserKey CryptHashData CryptReleaseContext CryptSetProvParam CryptSignHashW CryptVerifySignatureW DeregisterEventSource GetSecurityDescriptorControl GetSecurityDescriptorDacl OpenSCManagerW OpenServiceW QueryServiceStatus RegCloseKey RegCreateKeyExW RegDeleteKeyW RegDeleteValueW RegEnumKeyExW RegEnumKeyW RegOpenKeyExW RegQueryInfoKeyW RegQueryValueExW RegSetKeySecurity RegSetValueExW RegisterEventSourceW ReportEventW SetNamedSecurityInfoW ntdll!EtwGetTraceEnableFlags ntdll!EtwGetTraceEnableLevel ntdll!EtwGetTraceLoggerHandle ntdll!EtwRegisterTraceGuidsA ntdll!EtwTraceMessage ntdll!EtwUnregisterTraceGuids - CRYPT32.dll:
CertAddCRLContextToStore CertCloseStore CertCompareCertificate CertDuplicateCRLContext CertEnumCertificatesInStore CertFindExtension CertFreeCRLContext CertFreeCertificateChain CertGetCRLContextProperty CertGetCertificateChain CertGetEnhancedKeyUsage CertOpenStore CertSaveStore CertVerifyCertificateChainPolicy CryptAcquireCertificatePrivateKey CryptDecodeObjectEx CryptFindOIDInfo CryptImportPublicKeyInfoEx - WinSCard.dll:
SCardEstablishContext SCardFreeMemory SCardGetCardTypeProviderNameW SCardGetStatusChangeW SCardListCardsW SCardListReadersW SCardReleaseContext - ole32.dll:
CoCreateInstance CoInitializeEx CoUninitialize - OLEAUT32.dll:
SafeArrayAccessData SafeArrayCreateVector SafeArrayDestroy SafeArrayUnaccessData SysAllocString SysAllocStringLen SysFreeString SysStringLen VariantClear VariantInit - WINHTTP.dll:
WinHttpCloseHandle WinHttpConnect WinHttpCrackUrl WinHttpDetectAutoProxyConfigUrl WinHttpGetIEProxyConfigForCurrentUser WinHttpGetProxyForUrl WinHttpOpen WinHttpOpenRequest WinHttpQueryHeaders WinHttpReadData WinHttpReceiveResponse WinHttpSendRequest WinHttpSetOption WinHttpSetTimeouts - sppc.dll:
SLClose SLGetApplicationInformation SLGetLicenseFileId SLGetPKeyId SLGetPKeyInformation SLGetSLIDList SLInstallLicense SLInstallProofOfPurchase SLOpen SLUninstallLicense SLUninstallProofOfPurchase SLpAuthenticateGenuineTicketResponse SLpBeginGenuineTicketTransaction SLpDepositTokenActivationResponse SLpGenerateTokenActivationChallenge SLpGetGenuineBlob SLpGetLicenseAcquisitionInfo SLpGetTokenActivationGrantInfo SLpVLActivateProduct - RPCRT4.dll:
RpcStringFreeW UuidToStringW