netman.dll
Description: Network Connections Manager
Authors: © Microsoft Corporation. All rights reserved.
Version: 10.0.19041.3636
Architecture: 64-bit
Operating System: Windows NT
SHA256: 77300bc6d9f7e256ed1521bccc2e946d
File Size: 282.0 KB
Uploaded At: Dec. 1, 2025, 7:35 a.m.
Views: 6
Exported Functions
- DllRegisterServer (Ordinal: 1, Address: 0x17a0)
- DllUnregisterServer (Ordinal: 2, Address: 0x17a0)
- HrGetPnpDeviceStatus (Ordinal: 3, Address: 0x1e90)
- HrLanConnectionNameFromGuidOrPath (Ordinal: 4, Address: 0x1f80)
- HrPnpInstanceIdFromGuid (Ordinal: 5, Address: 0x17b0)
- HrQueryLanMediaState (Ordinal: 6, Address: 0x1cd0)
- NetManDiagFromCommandArgs (Ordinal: 7, Address: 0x10bc0)
- ServiceMain (Ordinal: 8, Address: 0x16a0)
- SvchostPushServiceGlobals (Ordinal: 9, Address: 0x6520)
Imported DLLs & Functions
api-ms-win-core-debug-l1-1-0.dll
- OutputDebugStringA (Address: 0x180032e98)
api-ms-win-core-delayload-l1-1-0.dll
- DelayLoadFailureHook (Address: 0x180032ea8)
api-ms-win-core-delayload-l1-1-1.dll
- ResolveDelayLoadedAPI (Address: 0x180032eb8)
api-ms-win-core-errorhandling-l1-1-0.dll
- GetLastError (Address: 0x180032ed0)
- SetLastError (Address: 0x180032ed8)
- SetUnhandledExceptionFilter (Address: 0x180032ee0)
- UnhandledExceptionFilter (Address: 0x180032ec8)
api-ms-win-core-file-l1-1-0.dll
- CreateFileW (Address: 0x180032ef0)
- WriteFile (Address: 0x180032ef8)
api-ms-win-core-handle-l1-1-0.dll
- CloseHandle (Address: 0x180032f08)
- DuplicateHandle (Address: 0x180032f10)
api-ms-win-core-heap-l1-1-0.dll
- GetProcessHeap (Address: 0x180032f30)
- HeapAlloc (Address: 0x180032f28)
- HeapDestroy (Address: 0x180032f20)
- HeapFree (Address: 0x180032f38)
- HeapReAlloc (Address: 0x180032f40)
api-ms-win-core-heap-l2-1-0.dll
- LocalAlloc (Address: 0x180032f58)
- LocalFree (Address: 0x180032f50)
api-ms-win-core-io-l1-1-0.dll
- DeviceIoControl (Address: 0x180032f68)
api-ms-win-core-libraryloader-l1-2-0.dll
- DisableThreadLibraryCalls (Address: 0x180032f78)
- FindResourceExW (Address: 0x180032f90)
- FreeLibrary (Address: 0x180032fa0)
- GetModuleFileNameW (Address: 0x180032fb8)
- GetModuleHandleW (Address: 0x180032f98)
- GetProcAddress (Address: 0x180032f88)
- LoadLibraryExW (Address: 0x180032fc0)
- LoadResource (Address: 0x180032fb0)
- LockResource (Address: 0x180032f80)
- SizeofResource (Address: 0x180032fa8)
api-ms-win-core-libraryloader-l1-2-1.dll
- FindResourceW (Address: 0x180032fd8)
- LoadLibraryW (Address: 0x180032fd0)
api-ms-win-core-localization-l1-2-0.dll
- GetSystemDefaultLCID (Address: 0x180032fe8)
api-ms-win-core-memory-l1-1-0.dll
- VirtualAlloc (Address: 0x180032ff8)
- VirtualProtect (Address: 0x180033008)
- VirtualQuery (Address: 0x180033000)
api-ms-win-core-processenvironment-l1-1-0.dll
- ExpandEnvironmentStringsW (Address: 0x180033020)
- GetStdHandle (Address: 0x180033018)
api-ms-win-core-processthreads-l1-1-0.dll
- CreateProcessW (Address: 0x180033050)
- GetCurrentProcess (Address: 0x180033060)
- GetCurrentProcessId (Address: 0x180033030)
- GetCurrentThread (Address: 0x180033040)
- GetCurrentThreadId (Address: 0x180033038)
- OpenProcessToken (Address: 0x180033068)
- OpenThreadToken (Address: 0x180033058)
- TerminateProcess (Address: 0x180033048)
api-ms-win-core-profile-l1-1-0.dll
- QueryPerformanceCounter (Address: 0x180033078)
api-ms-win-core-registry-l1-1-0.dll
- RegCloseKey (Address: 0x180033098)
- RegCreateKeyExW (Address: 0x1800330c0)
- RegDeleteKeyExW (Address: 0x1800330a8)
- RegDeleteValueW (Address: 0x180033090)
- RegEnumKeyExW (Address: 0x1800330d8)
- RegGetValueW (Address: 0x1800330b0)
- RegNotifyChangeKeyValue (Address: 0x1800330a0)
- RegOpenKeyExW (Address: 0x180033088)
- RegQueryInfoKeyW (Address: 0x1800330c8)
- RegQueryValueExW (Address: 0x1800330b8)
- RegSetValueExW (Address: 0x1800330d0)
api-ms-win-core-string-l1-1-0.dll
- CompareStringW (Address: 0x1800330f0)
- MultiByteToWideChar (Address: 0x1800330e8)
api-ms-win-core-string-l2-1-0.dll
- CharNextW (Address: 0x180033100)
api-ms-win-core-synch-l1-1-0.dll
- AcquireSRWLockExclusive (Address: 0x180033158)
- CreateEventW (Address: 0x180033168)
- DeleteCriticalSection (Address: 0x180033160)
- EnterCriticalSection (Address: 0x180033118)
- InitializeCriticalSection (Address: 0x180033130)
- LeaveCriticalSection (Address: 0x180033120)
- OpenEventW (Address: 0x180033110)
- ReleaseSRWLockExclusive (Address: 0x180033150)
- ResetEvent (Address: 0x180033138)
- SetEvent (Address: 0x180033148)
- TryEnterCriticalSection (Address: 0x180033128)
- WaitForSingleObject (Address: 0x180033140)
api-ms-win-core-synch-l1-2-0.dll
- Sleep (Address: 0x180033180)
- SleepConditionVariableSRW (Address: 0x180033188)
- WakeAllConditionVariable (Address: 0x180033178)
api-ms-win-core-sysinfo-l1-1-0.dll
- GetSystemInfo (Address: 0x180033198)
- GetSystemTimeAsFileTime (Address: 0x1800331a8)
- GetTickCount (Address: 0x1800331a0)
api-ms-win-security-base-l1-1-0.dll
- AllocateAndInitializeSid (Address: 0x1800331c8)
- CheckTokenMembership (Address: 0x1800331d8)
- DuplicateToken (Address: 0x1800331c0)
- DuplicateTokenEx (Address: 0x1800331e8)
- EqualSid (Address: 0x1800331b8)
- FreeSid (Address: 0x1800331d0)
- GetTokenInformation (Address: 0x1800331e0)
KERNEL32.dll
- GetPrivateProfileStringW (Address: 0x180032dc8)
- lstrcmpiW (Address: 0x180032da0)
- lstrcmpW (Address: 0x180032db8)
- lstrcpynW (Address: 0x180032da8)
- lstrlenW (Address: 0x180032dc0)
- UnregisterWaitEx (Address: 0x180032db0)
msvcrt.dll
- __C_specific_handler (Address: 0x1800332e8)
- __CxxFrameHandler3 (Address: 0x180033238)
- __dllonexit (Address: 0x180033228)
- _amsg_exit (Address: 0x180033270)
- _CxxThrowException (Address: 0x180033280)
- _initterm (Address: 0x180033258)
- _lock (Address: 0x180033240)
- _onexit (Address: 0x180033220)
- _purecall (Address: 0x1800332d8)
- _unlock (Address: 0x180033230)
- _vsnprintf (Address: 0x1800332d0)
- _vsnprintf_s (Address: 0x180033208)
- _vsnwprintf (Address: 0x1800332f0)
- _wcsicmp (Address: 0x1800332a8)
- _wcsnicmp (Address: 0x1800332c8)
- _wsplitpath_s (Address: 0x1800332b8)
- _XcptFilter (Address: 0x180033278)
- ??0exception@@QEAA@AEBQEBD@Z (Address: 0x180033288)
- ??0exception@@QEAA@AEBQEBDH@Z (Address: 0x180033290)
- ??0exception@@QEAA@AEBV0@@Z (Address: 0x180033318)
- ??0exception@@QEAA@XZ (Address: 0x1800332f8)
- ??1exception@@UEAA@XZ (Address: 0x180033300)
- ??1type_info@@UEAA@XZ (Address: 0x180033248)
- ?terminate@@YAXXZ (Address: 0x180033250)
- ?what@exception@@UEBAPEBDXZ (Address: 0x180033298)
- free (Address: 0x180033268)
- malloc (Address: 0x180033260)
- memcmp (Address: 0x1800331f8)
- memcpy (Address: 0x180033200)
- memcpy_s (Address: 0x180033310)
- memmove_s (Address: 0x180033308)
- memset (Address: 0x180033320)
- swprintf_s (Address: 0x1800332a0)
- wcschr (Address: 0x1800332b0)
- wcscpy_s (Address: 0x180033218)
- wcsncpy_s (Address: 0x1800332c0)
- wcsrchr (Address: 0x1800332e0)
- wcstombs (Address: 0x180033210)
NetSetupApi.dll
- NetSetupClose (Address: 0x180032e00)
- NetSetupFreeObjectProperties (Address: 0x180032df8)
- NetSetupFreeObjects (Address: 0x180032e08)
- NetSetupGetObjectProperties (Address: 0x180032e10)
- NetSetupGetObjects (Address: 0x180032df0)
- NetSetupInitialize (Address: 0x180032de8)
NSI.dll
- NsiGetParameter (Address: 0x180032dd8)
ntdll.dll
- EtwGetTraceEnableFlags (Address: 0x1800333b0)
- EtwGetTraceEnableLevel (Address: 0x180033340)
- EtwGetTraceLoggerHandle (Address: 0x180033338)
- EtwRegisterTraceGuidsW (Address: 0x1800333a8)
- EtwTraceMessage (Address: 0x180033330)
- EtwUnregisterTraceGuids (Address: 0x1800333a0)
- NtClose (Address: 0x180033370)
- NtOpenFile (Address: 0x180033348)
- RtlCaptureContext (Address: 0x180033368)
- RtlDeregisterWaitEx (Address: 0x180033388)
- RtlGetNtProductType (Address: 0x180033390)
- RtlInitUnicodeString (Address: 0x180033398)
- RtlLookupFunctionEntry (Address: 0x180033360)
- RtlNtStatusToDosError (Address: 0x180033350)
- RtlOpenCurrentUser (Address: 0x180033378)
- RtlRegisterWait (Address: 0x180033380)
- RtlVirtualUnwind (Address: 0x180033358)
RPCRT4.dll
- UuidFromStringW (Address: 0x180032e20)
USER32.dll
- DestroyIcon (Address: 0x180032e38)
- DispatchMessageW (Address: 0x180032e58)
- LoadImageW (Address: 0x180032e60)
- MsgWaitForMultipleObjects (Address: 0x180032e48)
- PeekMessageW (Address: 0x180032e50)
- RegisterDeviceNotificationW (Address: 0x180032e30)
- UnregisterDeviceNotification (Address: 0x180032e40)
WINNSI.DLL
- NsiConnectToServer (Address: 0x180032e88)
- NsiDisconnectFromServer (Address: 0x180032e70)
- NsiRpcDeregisterChangeNotification (Address: 0x180032e78)
- NsiRpcRegisterChangeNotification (Address: 0x180032e80)