123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- LIBRARY Kernel32
- EXPORTS
- VirtualAlloc
- VirtualFree
- GetProcessHeap
- HeapAlloc
- HeapFree
- HeapReAlloc
- GetModuleHandleW
- GetModuleHandleA
- ExitProcess
- AttachConsole
- CloseHandle
- CompareStringA
- CreateDirectoryW
- CreateFileW
- CreateSemaphoreW
- DeleteCriticalSection
- EnterCriticalSection
- FormatMessageW
- FreeLibrary
- GetCurrentProcess
- GetCurrentProcessId
- GetCurrentThread
- GetCurrentThreadId
- GetEnvironmentVariableA
- GetFileSizeEx
- GetLastError
- GetModuleFileNameW
- GetProcAddress
- GetStdHandle
- GetSystemInfo
- GetSystemPowerStatus
- GetSystemTimeAsFileTime
- GetTickCount
- GetVersionExA
- GlobalAlloc
- GlobalLock
- GlobalMemoryStatusEx
- GlobalUnlock
- InitializeCriticalSection
- InitializeCriticalSectionAndSpinCount
- LeaveCriticalSection
- LoadLibraryA
- LoadLibraryW
- MulDiv
- OutputDebugStringW
- QueryPerformanceCounter
- QueryPerformanceFrequency
- ReadFile
- ReleaseSemaphore
- RtlAddFunctionTable
- RtlCaptureContext
- RtlLookupFunctionEntry
- RtlVirtualUnwind
- SetEnvironmentVariableA
- SetErrorMode
- SetFilePointer
- SetFilePointerEx
- SetThreadPriority
- SetUnhandledExceptionFilter
- Sleep
- TerminateProcess
- TlsAlloc
- TlsGetValue
- TlsSetValue
- TryEnterCriticalSection
- UnhandledExceptionFilter
- VirtualProtect
- VirtualQuery
- WaitForSingleObject
- WideCharToMultiByte
- WriteConsoleW
- WriteFile
- lstrcatW
- lstrlenW
|