Windows 8 DLL File Information - ureg.dll |
The following DLL report was generated by automatic DLL script that scanned and loaded all DLL files in the system32 directory of Windows 8, 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: | Registry Utility DLL |
File Version: | 6.2.9200.16384 (win8_rtm.120725-1247) |
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: | 22 KB |
Total Number of Exported Functions: | 25 |
Total Number of Exported Functions With Names: | 25 |
Section Headers
Name | Virtual Address | Raw Data Size | % of File | Characteristics | Section Contains... |
---|---|---|---|---|---|
.text | 0x00001000 | 16,384 Bytes | 71.1% | Read, Execute | Code |
.data | 0x00005000 | 512 Bytes | 2.2% | Write, Read | Initialized Data |
.idata | 0x00006000 | 2,560 Bytes | 11.1% | Read | Initialized Data |
.rsrc | 0x00007000 | 1,024 Bytes | 4.4% | Read | Initialized Data |
.reloc | 0x00008000 | 1,536 Bytes | 6.7% | Read, Discardable | Initialized Data |
Static Linking
ureg.dll is statically linked to the following files:msvcrt.dll
ntdll.dll
KERNEL32.dll
ADVAPI32.dll
ulib.dll
This means that when ureg.dll is loaded, the above files are automatically loaded too. If one of these files is corrupted or missing, ureg.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 | 0 | 0 Bytes | 0.0% |
Manifest | 0 | 0 Bytes | 0.0% |
All Others | 1 | 904 Bytes | 3.9% |
Total | 1 | 904 Bytes | 3.9% |
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:public: __thiscall REGISTRY::REGISTRY(void) |
public: __thiscall REGISTRY_KEY_INFO::REGISTRY_KEY_INFO(void) |
public: __thiscall REGISTRY_VALUE_ENTRY::REGISTRY_VALUE_ENTRY(void) |
public: unsigned char __thiscall REGISTRY::AddValueEntry(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO *,class REGISTRY_VALUE_ENTRY const *,unsigned char,unsigned long *) |
public: unsigned char __thiscall REGISTRY::CreateKey(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO *,class REGISTRY_KEY_INFO *,unsigned long *,unsigned char) |
public: unsigned char __thiscall REGISTRY::DeleteKey(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO *,class WSTRING const *,unsigned long *) |
public: unsigned char __thiscall REGISTRY::DeleteValueEntry(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO *,class WSTRING const *,unsigned long *) |
public: unsigned char __thiscall REGISTRY::DoesKeyExist(enum _PREDEFINED_KEY,class WSTRING const *,class WSTRING const *,unsigned long *) |
public: unsigned char __thiscall REGISTRY::DoesValueExist(enum _PREDEFINED_KEY,class WSTRING const *,class WSTRING const *,class WSTRING const *,unsigned long *) |
public: unsigned char __thiscall REGISTRY::EnableRootNotification(enum _PREDEFINED_KEY,void *,unsigned long,unsigned char) |
public: unsigned char __thiscall REGISTRY::Initialize(class WSTRING const *,unsigned long *) |
public: unsigned char __thiscall REGISTRY::IsAccessAllowed(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO *,unsigned long,unsigned long *) |
public: unsigned char __thiscall REGISTRY::LoadHive(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO *,class WSTRING const *,unsigned long *) |
public: unsigned char __thiscall REGISTRY::QueryKeyInfo(enum _PREDEFINED_KEY,class WSTRING const *,class WSTRING const *,class REGISTRY_KEY_INFO *,unsigned long *) |
public: unsigned char __thiscall REGISTRY::QueryKeySecurity(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO const *,unsigned long,void * *,unsigned long *) |
public: unsigned char __thiscall REGISTRY::QuerySubKeysInfo(enum _PREDEFINED_KEY,class WSTRING const *,class WSTRING const *,class ARRAY *,unsigned long *) |
public: unsigned char __thiscall REGISTRY::QueryValues(enum _PREDEFINED_KEY,class WSTRING const *,class WSTRING const *,class ARRAY *,unsigned long *) |
public: unsigned char __thiscall REGISTRY::RestoreKeyFromFile(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO *,class WSTRING const *,unsigned char,unsigned long *) |
public: unsigned char __thiscall REGISTRY::SaveKeyToFile(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO *,class WSTRING const *,unsigned long *) |
public: unsigned char __thiscall REGISTRY::SetKeySecurity(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO *,unsigned long,void *,unsigned long *,unsigned char) |
public: unsigned char __thiscall REGISTRY::UnLoadHive(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO *,unsigned long *) |
public: unsigned char __thiscall REGISTRY::UpdateKeyInfo(enum _PREDEFINED_KEY,class REGISTRY_KEY_INFO *,unsigned long *) |
public: unsigned char __thiscall REGISTRY_KEY_INFO::Initialize(class WSTRING const *,class WSTRING const *,unsigned long,class WSTRING const *,struct _SECURITY_ATTRIBUTES *) |
public: unsigned char __thiscall REGISTRY_VALUE_ENTRY::Initialize(class WSTRING const *,unsigned long,enum _REG_TYPE,unsigned char const *,unsigned long) |
public: virtual __thiscall REGISTRY::~REGISTRY(void) |
Imported Functions List
The following functions are imported by this dll:- msvcrt.dll:
_XcptFilter _amsg_exit _except_handler4_common _initterm free malloc memcpy - ntdll.dll:
RtlAllocateHeap RtlFreeHeap - KERNEL32.dll:
GetComputerNameW GetCurrentProcess GetCurrentProcessId GetCurrentThreadId GetSystemTimeAsFileTime GetTickCount InterlockedCompareExchange InterlockedExchange QueryPerformanceCounter SetUnhandledExceptionFilter Sleep TerminateProcess UnhandledExceptionFilter - ADVAPI32.dll:
GetSecurityDescriptorLength InitializeSecurityDescriptor RegCloseKey RegConnectRegistryW RegCreateKeyExW RegDeleteKeyW RegDeleteValueW RegEnumKeyExW RegEnumKeyW RegEnumValueW RegFlushKey RegGetKeySecurity RegLoadKeyW RegNotifyChangeKeyValue RegOpenKeyExW RegQueryInfoKeyW RegQueryValueExW RegRestoreKeyW RegSaveKeyW RegSetKeySecurity RegSetValueExW RegUnLoadKeyW - ulib.dll:
protected: __thiscall OBJECT::OBJECT(void) public: __thiscall CLASS_DESCRIPTOR::CLASS_DESCRIPTOR(void) public: __thiscall DSTRING::DSTRING(void) public: __thiscall TIMEINFO::TIMEINFO(void) public: unsigned char __thiscall CLASS_DESCRIPTOR::Initialize(void) public: unsigned char __thiscall TIMEINFO::Initialize(struct _FILETIME *) public: unsigned char __thiscall WSTRING::Initialize(char const *,unsigned long) public: unsigned char __thiscall WSTRING::Initialize(class WSTRING const *,unsigned long,unsigned long) public: unsigned char __thiscall WSTRING::Initialize(unsigned short const *,unsigned long) public: unsigned char __thiscall WSTRING::Strcat(class WSTRING const *) public: unsigned long __thiscall WSTRING::Strrchr(unsigned short,unsigned long)const public: unsigned short * __thiscall WSTRING::QueryWSTR(unsigned long,unsigned long,unsigned short *,unsigned long,unsigned char)const public: virtual __thiscall BSTRING::~BSTRING(void) public: virtual __thiscall DSTRING::~DSTRING(void) public: virtual long __thiscall OBJECT::Compare(class OBJECT const *)const public: virtual unsigned char __cdecl DSTRING::SPrintf(unsigned short const *,...) public: virtual unsigned char __cdecl DSTRING::SPrintfAppend(unsigned short const *,...) public: virtual unsigned char __thiscall DSTRING::NewBuf(unsigned long) public: virtual unsigned char __thiscall DSTRING::Resize(unsigned long) public: void __thiscall TIMEINFO::Initialize(class TIMEINFO const *)