pthread.dll
Description: MS C x86
Authors: Copyright (C) Project contributors 2012
Version: 2.9.1.0
Architecture: 32-bit
Operating System: Windows
SHA256: 14c695f1b0fcce23963c977e88896b62
File Size: 51.1 KB
Uploaded At: Dec. 2, 2025, 2:49 p.m.
Views: 7
Security Warning
This file has been flagged as potentially dangerous.
Reason: Detected potentially dangerous functions used for process injection: OpenProcess
Exported Functions
- pthreadCancelableTimedWait (Ordinal: 1, Address: 0x1050)
- pthreadCancelableWait (Ordinal: 2, Address: 0x1060)
- pthread_attr_destroy (Ordinal: 3, Address: 0x1080)
- pthread_attr_getdetachstate (Ordinal: 4, Address: 0x10c0)
- pthread_attr_getinheritsched (Ordinal: 5, Address: 0x10f0)
- pthread_attr_getschedparam (Ordinal: 6, Address: 0x1120)
- pthread_attr_getschedpolicy (Ordinal: 7, Address: 0x1150)
- pthread_attr_getscope (Ordinal: 8, Address: 0x1190)
- pthread_attr_getstackaddr (Ordinal: 9, Address: 0x11b0)
- pthread_attr_getstacksize (Ordinal: 10, Address: 0x11e0)
- pthread_attr_init (Ordinal: 11, Address: 0x1210)
- pthread_attr_setdetachstate (Ordinal: 12, Address: 0x1270)
- pthread_attr_setinheritsched (Ordinal: 13, Address: 0x12b0)
- pthread_attr_setschedparam (Ordinal: 14, Address: 0x12f0)
- pthread_attr_setschedpolicy (Ordinal: 15, Address: 0x1330)
- pthread_attr_setscope (Ordinal: 16, Address: 0x1360)
- pthread_attr_setstackaddr (Ordinal: 17, Address: 0x1390)
- pthread_attr_setstacksize (Ordinal: 18, Address: 0x13c0)
- pthread_barrier_destroy (Ordinal: 19, Address: 0x13f0)
- pthread_barrier_init (Ordinal: 20, Address: 0x14b0)
- pthread_barrier_wait (Ordinal: 21, Address: 0x1530)
- pthread_barrierattr_destroy (Ordinal: 22, Address: 0x1620)
- pthread_barrierattr_getpshared (Ordinal: 23, Address: 0x1650)
- pthread_barrierattr_init (Ordinal: 24, Address: 0x1680)
- pthread_barrierattr_setpshared (Ordinal: 25, Address: 0x16b0)
- pthread_cancel (Ordinal: 26, Address: 0x16e0)
- pthread_cond_broadcast (Ordinal: 27, Address: 0x1840)
- pthread_cond_destroy (Ordinal: 28, Address: 0x1860)
- pthread_cond_init (Ordinal: 29, Address: 0x1a10)
- pthread_cond_signal (Ordinal: 30, Address: 0x1b60)
- pthread_cond_timedwait (Ordinal: 31, Address: 0x1b80)
- pthread_cond_wait (Ordinal: 32, Address: 0x1ba0)
- pthread_condattr_destroy (Ordinal: 33, Address: 0x1bc0)
- pthread_condattr_getpshared (Ordinal: 34, Address: 0x1bf0)
- pthread_condattr_init (Ordinal: 35, Address: 0x1c20)
- pthread_condattr_setpshared (Ordinal: 36, Address: 0x1c50)
- pthread_create (Ordinal: 37, Address: 0x1c80)
- pthread_delay_np (Ordinal: 38, Address: 0x1e00)
- pthread_detach (Ordinal: 39, Address: 0x1f00)
- pthread_equal (Ordinal: 40, Address: 0x1fc0)
- pthread_exit (Ordinal: 41, Address: 0x1fe0)
- pthread_getconcurrency (Ordinal: 42, Address: 0x2030)
- pthread_getschedparam (Ordinal: 43, Address: 0x2040)
- pthread_getspecific (Ordinal: 44, Address: 0x20c0)
- pthread_getunique_np (Ordinal: 45, Address: 0x20f0)
- pthread_getw32threadhandle_np (Ordinal: 46, Address: 0x2100)
- pthread_getw32threadid_np (Ordinal: 47, Address: 0x2110)
- pthread_join (Ordinal: 48, Address: 0x2120)
- pthread_key_create (Ordinal: 49, Address: 0x21e0)
- pthread_key_delete (Ordinal: 50, Address: 0x2250)
- pthread_kill (Ordinal: 51, Address: 0x22f0)
- pthread_mutex_consistent (Ordinal: 52, Address: 0x2350)
- pthread_mutex_destroy (Ordinal: 53, Address: 0x2390)
- pthread_mutex_init (Ordinal: 54, Address: 0x2490)
- pthread_mutex_lock (Ordinal: 55, Address: 0x2570)
- pthread_mutex_timedlock (Ordinal: 56, Address: 0x2860)
- pthread_mutex_trylock (Ordinal: 57, Address: 0x2c40)
- pthread_mutex_unlock (Ordinal: 58, Address: 0x2d80)
- pthread_mutexattr_destroy (Ordinal: 59, Address: 0x2e60)
- pthread_mutexattr_getkind_np (Ordinal: 60, Address: 0x2e90)
- pthread_mutexattr_getpshared (Ordinal: 61, Address: 0x2ec0)
- pthread_mutexattr_getrobust (Ordinal: 62, Address: 0x2ef0)
- pthread_mutexattr_gettype (Ordinal: 63, Address: 0x2f20)
- pthread_mutexattr_init (Ordinal: 64, Address: 0x2f50)
- pthread_mutexattr_setkind_np (Ordinal: 65, Address: 0x2f90)
- pthread_mutexattr_setpshared (Ordinal: 66, Address: 0x2fc0)
- pthread_mutexattr_setrobust (Ordinal: 67, Address: 0x2ff0)
- pthread_mutexattr_settype (Ordinal: 68, Address: 0x3020)
- pthread_num_processors_np (Ordinal: 69, Address: 0x3050)
- pthread_once (Ordinal: 70, Address: 0x3080)
- pthread_rwlock_destroy (Ordinal: 71, Address: 0x3100)
- pthread_rwlock_init (Ordinal: 72, Address: 0x3240)
- pthread_rwlock_rdlock (Ordinal: 73, Address: 0x3360)
- pthread_rwlock_timedrdlock (Ordinal: 74, Address: 0x3410)
- pthread_rwlock_timedwrlock (Ordinal: 75, Address: 0x34d0)
- pthread_rwlock_tryrdlock (Ordinal: 76, Address: 0x35e0)
- pthread_rwlock_trywrlock (Ordinal: 77, Address: 0x3690)
- pthread_rwlock_unlock (Ordinal: 78, Address: 0x3780)
- pthread_rwlock_wrlock (Ordinal: 79, Address: 0x3800)
- pthread_rwlockattr_destroy (Ordinal: 80, Address: 0x3900)
- pthread_rwlockattr_getpshared (Ordinal: 81, Address: 0x3930)
- pthread_rwlockattr_init (Ordinal: 82, Address: 0x3960)
- pthread_rwlockattr_setpshared (Ordinal: 83, Address: 0x3990)
- pthread_self (Ordinal: 84, Address: 0x39c0)
- pthread_setcancelstate (Ordinal: 85, Address: 0x3a90)
- pthread_setcanceltype (Ordinal: 86, Address: 0x3b40)
- pthread_setconcurrency (Ordinal: 87, Address: 0x3bf0)
- pthread_setschedparam (Ordinal: 88, Address: 0x3c10)
- pthread_setspecific (Ordinal: 89, Address: 0x3ca0)
- pthread_spin_destroy (Ordinal: 90, Address: 0x3df0)
- pthread_spin_init (Ordinal: 91, Address: 0x3ec0)
- pthread_spin_lock (Ordinal: 92, Address: 0x3fb0)
- pthread_spin_trylock (Ordinal: 93, Address: 0x4020)
- pthread_spin_unlock (Ordinal: 94, Address: 0x4090)
- pthread_testcancel (Ordinal: 95, Address: 0x40f0)
- pthread_timechange_handler_np (Ordinal: 96, Address: 0x4160)
- pthread_win32_process_attach_np (Ordinal: 97, Address: 0x41d0)
- pthread_win32_process_detach_np (Ordinal: 98, Address: 0x4390)
- pthread_win32_test_features_np (Ordinal: 99, Address: 0x4420)
- pthread_win32_thread_attach_np (Ordinal: 100, Address: 0x4440)
- pthread_win32_thread_detach_np (Ordinal: 101, Address: 0x4450)
- ptw32_get_exception_services_code (Ordinal: 102, Address: 0x4f40)
- ptw32_pop_cleanup (Ordinal: 103, Address: 0x5420)
- ptw32_push_cleanup (Ordinal: 104, Address: 0x5660)
- sched_get_priority_max (Ordinal: 105, Address: 0x5ee0)
- sched_get_priority_min (Ordinal: 106, Address: 0x5f10)
- sched_getscheduler (Ordinal: 107, Address: 0x5f40)
- sched_setscheduler (Ordinal: 108, Address: 0x5fa0)
- sched_yield (Ordinal: 109, Address: 0x6010)
- sem_close (Ordinal: 110, Address: 0x6020)
- sem_destroy (Ordinal: 111, Address: 0x6030)
- sem_getvalue (Ordinal: 112, Address: 0x60f0)
- sem_init (Ordinal: 113, Address: 0x6170)
- sem_open (Ordinal: 114, Address: 0x62a0)
- sem_post (Ordinal: 115, Address: 0x62b0)
- sem_post_multiple (Ordinal: 116, Address: 0x6340)
- sem_timedwait (Ordinal: 117, Address: 0x6400)
- sem_trywait (Ordinal: 118, Address: 0x64d0)
- sem_unlink (Ordinal: 119, Address: 0x6560)
- sem_wait (Ordinal: 120, Address: 0x6570)
Imported DLLs & Functions
api-ms-win-crt-heap-l1-1-0.dll
- calloc (Address: 0x691980d8)
- free (Address: 0x691980dc)
- malloc (Address: 0x691980d4)
api-ms-win-crt-runtime-l1-1-0.dll
- _beginthreadex (Address: 0x69198104)
- _cexit (Address: 0x6919810c)
- _configure_narrow_argv (Address: 0x691980f8)
- _crt_at_quick_exit (Address: 0x691980f4)
- _crt_atexit (Address: 0x691980f0)
- _endthreadex (Address: 0x69198114)
- _errno (Address: 0x69198118)
- _execute_onexit_table (Address: 0x691980ec)
- _initialize_narrow_environment (Address: 0x69198108)
- _initialize_onexit_table (Address: 0x691980e4)
- _initterm (Address: 0x69198120)
- _initterm_e (Address: 0x6919811c)
- _register_onexit_function (Address: 0x691980e8)
- _seh_filter_dll (Address: 0x69198110)
- exit (Address: 0x69198100)
- terminate (Address: 0x691980fc)
api-ms-win-crt-string-l1-1-0.dll
- strncat_s (Address: 0x69198128)
api-ms-win-crt-time-l1-1-0.dll
- _ftime64_s (Address: 0x69198130)
KERNEL32.dll
- CloseHandle (Address: 0x69198068)
- CreateEventW (Address: 0x69198080)
- CreateSemaphoreW (Address: 0x69198084)
- DuplicateHandle (Address: 0x6919806c)
- FreeLibrary (Address: 0x69198010)
- GetCurrentProcess (Address: 0x69198020)
- GetCurrentProcessId (Address: 0x69198024)
- GetCurrentThread (Address: 0x69198028)
- GetCurrentThreadId (Address: 0x6919802c)
- GetLastError (Address: 0x69198038)
- GetModuleHandleW (Address: 0x6919809c)
- GetProcAddress (Address: 0x69198014)
- GetProcessAffinityMask (Address: 0x69198018)
- GetStartupInfoW (Address: 0x69198090)
- GetSystemDirectoryW (Address: 0x6919808c)
- GetSystemTimeAsFileTime (Address: 0x691980a0)
- GetThreadContext (Address: 0x69198040)
- GetThreadPriority (Address: 0x69198034)
- InitializeSListHead (Address: 0x69198098)
- InterlockedCompareExchange (Address: 0x6919800c)
- InterlockedExchange (Address: 0x69198004)
- InterlockedExchangeAdd (Address: 0x69198008)
- InterlockedIncrement (Address: 0x69198000)
- IsDebuggerPresent (Address: 0x69198094)
- IsProcessorFeaturePresent (Address: 0x691980a8)
- LoadLibraryW (Address: 0x69198088)
- OpenProcess (Address: 0x6919801c)
- QueryPerformanceCounter (Address: 0x691980a4)
- ReleaseSemaphore (Address: 0x69198058)
- ResetEvent (Address: 0x69198054)
- ResumeThread (Address: 0x6919804c)
- SetEvent (Address: 0x69198050)
- SetLastError (Address: 0x6919803c)
- SetThreadContext (Address: 0x69198044)
- SetThreadPriority (Address: 0x69198030)
- SetUnhandledExceptionFilter (Address: 0x691980b0)
- Sleep (Address: 0x69198064)
- SuspendThread (Address: 0x69198048)
- TerminateProcess (Address: 0x691980ac)
- TlsAlloc (Address: 0x69198070)
- TlsFree (Address: 0x6919807c)
- TlsGetValue (Address: 0x69198074)
- TlsSetValue (Address: 0x69198078)
- UnhandledExceptionFilter (Address: 0x691980b4)
- WaitForMultipleObjects (Address: 0x69198060)
- WaitForSingleObject (Address: 0x6919805c)
VCRUNTIME140.dll
- __std_type_info_destroy_list (Address: 0x691980c8)
- _except_handler4_common (Address: 0x691980bc)
- _setjmp3 (Address: 0x691980c4)
- longjmp (Address: 0x691980c0)
- memset (Address: 0x691980cc)