mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
import KernelEx-4.5-RC1
This commit is contained in:
@ -59,6 +59,7 @@ static const apilib_named_api kernel32_named_apis[] =
|
||||
DECL_API("CreateFileW", CreateFileW_new),
|
||||
DECL_API("CreateHardLinkA", CreateHardLinkA_stub),
|
||||
DECL_API("CreateHardLinkW", CreateHardLinkW_stub),
|
||||
DECL_API("CreateIoCompletionPort", CreateIoCompletionPort_new),
|
||||
DECL_API("CreateJobObjectA", CreateJobObjectA_new),
|
||||
DECL_API("CreateJobObjectW", CreateJobObjectW_new),
|
||||
DECL_API("CreateThread", CreateThread_fix),
|
||||
@ -78,6 +79,8 @@ static const apilib_named_api kernel32_named_apis[] =
|
||||
DECL_API("FoldStringW", FoldStringW_new),
|
||||
DECL_API("FreeEnvironmentStringsW", FreeEnvironmentStringsW_new),
|
||||
DECL_API("GetAtomNameW", GetAtomNameW_new),
|
||||
DECL_API("GetComputerNameExA", GetComputerNameExA_stub),
|
||||
DECL_API("GetComputerNameExW", GetComputerNameExW_stub),
|
||||
DECL_API("GetConsoleWindow", GetConsoleWindow_new),
|
||||
DECL_API("GetCurrentDirectoryW", GetCurrentDirectoryW_new),
|
||||
DECL_API("GetDefaultCommConfigW", GetDefaultCommConfigW_new),
|
||||
@ -97,6 +100,7 @@ static const apilib_named_api kernel32_named_apis[] =
|
||||
DECL_API("GetModuleHandleW", GetModuleHandleW_new),
|
||||
DECL_API("GetNativeSystemInfo", GetSystemInfo),
|
||||
DECL_API("GetProcessIoCounters", GetProcessIoCounters_stub),
|
||||
DECL_API("GetQueuedCompletionStatus", GetQueuedCompletionStatus_new),
|
||||
DECL_API("GetShortPathNameW", GetShortPathNameW_new),
|
||||
DECL_API("GetStartupInfoW", GetStartupInfoW_new),
|
||||
DECL_API("GetStringTypeExW", GetStringTypeExW_new),
|
||||
@ -173,6 +177,7 @@ static const apilib_named_api kernel32_named_apis[] =
|
||||
DECL_API("OpenJobObjectW", OpenJobObjectW_new),
|
||||
DECL_API("OpenThread", OpenThread_new),
|
||||
DECL_API("OutputDebugStringW", OutputDebugStringW_new),
|
||||
DECL_API("PostQueuedCompletionStatus", PostQueuedCompletionStatus_new),
|
||||
DECL_API("Process32FirstW", Process32FirstW_new),
|
||||
DECL_API("Process32NextW", Process32NextW_new),
|
||||
DECL_API("ProcessIdToSessionId", ProcessIdToSessionId_new),
|
||||
@ -182,6 +187,7 @@ static const apilib_named_api kernel32_named_apis[] =
|
||||
DECL_API("ReplaceFileA", ReplaceFileA_stub),
|
||||
DECL_API("ReplaceFileW", ReplaceFileW_stub),
|
||||
DECL_API("RestoreLastError", SetLastError),
|
||||
DECL_API("RtlCaptureContext", RtlCaptureContext_new),
|
||||
DECL_API("RtlCaptureStackBackTrace", RtlCaptureStackBackTrace_stub),
|
||||
DECL_API("SearchPathW", SearchPathW_new),
|
||||
DECL_API("SetConsoleTitleW", SetConsoleTitleW_new),
|
||||
|
Reference in New Issue
Block a user