Home
last modified time | relevance | path

Searched refs:ntdll_handle (Results 1 – 21 of 21) sorted by relevance

/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dwin32_common.c104 static HMODULE ntdll_handle = NULL; variable
109 ntdll_handle = LoadLibrary(L"ntdll.dll"); in init_ntdll()
111 if (!ntdll_handle) { in init_ntdll()
117 (void *)GetProcAddress(ntdll_handle, in init_ntdll()
121 (void *)GetProcAddress(ntdll_handle, in init_ntdll()
163 FreeLibrary(ntdll_handle); in win32_global_cleanup()
164 ntdll_handle = NULL; in win32_global_cleanup()
299 (is_ntstatus ? ntdll_handle : NULL), in windows_msg()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/sandbox_poc/pocdll/
H A Dhandles.cc21 HMODULE ntdll_handle = ::GetModuleHandle(L"ntdll.dll"); in TestGetHandle() local
22 if (!ntdll_handle) { in TestGetHandle()
29 GetProcAddress(ntdll_handle, "NtQueryObject")); in TestGetHandle()
31 GetProcAddress(ntdll_handle, "NtQueryInformationFile")); in TestGetHandle()
33 GetProcAddress(ntdll_handle, "NtQuerySystemInformation")); in TestGetHandle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/sandbox_poc/pocdll/
H A Dhandles.cc21 HMODULE ntdll_handle = ::GetModuleHandle(L"ntdll.dll"); in TestGetHandle() local
22 if (!ntdll_handle) { in TestGetHandle()
29 GetProcAddress(ntdll_handle, "NtQueryObject")); in TestGetHandle()
31 GetProcAddress(ntdll_handle, "NtQueryInformationFile")); in TestGetHandle()
33 GetProcAddress(ntdll_handle, "NtQuerySystemInformation")); in TestGetHandle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cpp318 HMODULE ntdll_handle = ::GetModuleHandle("ntdll"); in TEST() local
319 ASSERT_NE(nullptr, ntdll_handle); in TEST()
320 uptr DbgPrint_expected = (uptr)::GetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
321 uptr isdigit_expected = (uptr)::GetProcAddress(ntdll_handle, "isdigit"); in TEST()
322 uptr DbgPrint_adddress = InternalGetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
323 uptr isdigit_address = InternalGetProcAddress(ntdll_handle, "isdigit"); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cc301 HMODULE ntdll_handle = ::GetModuleHandle("ntdll"); in TEST() local
302 ASSERT_NE(nullptr, ntdll_handle); in TEST()
303 uptr DbgPrint_expected = (uptr)::GetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
304 uptr isdigit_expected = (uptr)::GetProcAddress(ntdll_handle, "isdigit"); in TEST()
305 uptr DbgPrint_adddress = InternalGetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
306 uptr isdigit_address = InternalGetProcAddress(ntdll_handle, "isdigit"); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cpp318 HMODULE ntdll_handle = ::GetModuleHandle("ntdll"); in TEST() local
319 ASSERT_NE(nullptr, ntdll_handle); in TEST()
320 uptr DbgPrint_expected = (uptr)::GetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
321 uptr isdigit_expected = (uptr)::GetProcAddress(ntdll_handle, "isdigit"); in TEST()
322 uptr DbgPrint_adddress = InternalGetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
323 uptr isdigit_address = InternalGetProcAddress(ntdll_handle, "isdigit"); in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cpp318 HMODULE ntdll_handle = ::GetModuleHandle("ntdll"); in TEST() local
319 ASSERT_NE(nullptr, ntdll_handle); in TEST()
320 uptr DbgPrint_expected = (uptr)::GetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
321 uptr isdigit_expected = (uptr)::GetProcAddress(ntdll_handle, "isdigit"); in TEST()
322 uptr DbgPrint_adddress = InternalGetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
323 uptr isdigit_address = InternalGetProcAddress(ntdll_handle, "isdigit"); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cpp318 HMODULE ntdll_handle = ::GetModuleHandle("ntdll"); in TEST() local
319 ASSERT_NE(nullptr, ntdll_handle); in TEST()
320 uptr DbgPrint_expected = (uptr)::GetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
321 uptr isdigit_expected = (uptr)::GetProcAddress(ntdll_handle, "isdigit"); in TEST()
322 uptr DbgPrint_adddress = InternalGetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
323 uptr isdigit_address = InternalGetProcAddress(ntdll_handle, "isdigit"); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cpp318 HMODULE ntdll_handle = ::GetModuleHandle("ntdll"); in TEST() local
319 ASSERT_NE(nullptr, ntdll_handle); in TEST()
320 uptr DbgPrint_expected = (uptr)::GetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
321 uptr isdigit_expected = (uptr)::GetProcAddress(ntdll_handle, "isdigit"); in TEST()
322 uptr DbgPrint_adddress = InternalGetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
323 uptr isdigit_address = InternalGetProcAddress(ntdll_handle, "isdigit"); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cpp318 HMODULE ntdll_handle = ::GetModuleHandle("ntdll"); in TEST() local
319 ASSERT_NE(nullptr, ntdll_handle); in TEST()
320 uptr DbgPrint_expected = (uptr)::GetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
321 uptr isdigit_expected = (uptr)::GetProcAddress(ntdll_handle, "isdigit"); in TEST()
322 uptr DbgPrint_adddress = InternalGetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
323 uptr isdigit_address = InternalGetProcAddress(ntdll_handle, "isdigit"); in TEST()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/interception/tests/
H A Dinterception_win_test.cpp318 HMODULE ntdll_handle = ::GetModuleHandle("ntdll"); in TEST() local
319 ASSERT_NE(nullptr, ntdll_handle); in TEST()
320 uptr DbgPrint_expected = (uptr)::GetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
321 uptr isdigit_expected = (uptr)::GetProcAddress(ntdll_handle, "isdigit"); in TEST()
322 uptr DbgPrint_adddress = InternalGetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
323 uptr isdigit_address = InternalGetProcAddress(ntdll_handle, "isdigit"); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cpp318 HMODULE ntdll_handle = ::GetModuleHandle("ntdll"); in TEST() local
319 ASSERT_NE(nullptr, ntdll_handle); in TEST()
320 uptr DbgPrint_expected = (uptr)::GetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
321 uptr isdigit_expected = (uptr)::GetProcAddress(ntdll_handle, "isdigit"); in TEST()
322 uptr DbgPrint_adddress = InternalGetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
323 uptr isdigit_address = InternalGetProcAddress(ntdll_handle, "isdigit"); in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cpp318 HMODULE ntdll_handle = ::GetModuleHandle("ntdll"); in TEST() local
319 ASSERT_NE(nullptr, ntdll_handle); in TEST()
320 uptr DbgPrint_expected = (uptr)::GetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
321 uptr isdigit_expected = (uptr)::GetProcAddress(ntdll_handle, "isdigit"); in TEST()
322 uptr DbgPrint_adddress = InternalGetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
323 uptr isdigit_address = InternalGetProcAddress(ntdll_handle, "isdigit"); in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cpp318 HMODULE ntdll_handle = ::GetModuleHandle("ntdll"); in TEST() local
319 ASSERT_NE(nullptr, ntdll_handle); in TEST()
320 uptr DbgPrint_expected = (uptr)::GetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
321 uptr isdigit_expected = (uptr)::GetProcAddress(ntdll_handle, "isdigit"); in TEST()
322 uptr DbgPrint_adddress = InternalGetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
323 uptr isdigit_address = InternalGetProcAddress(ntdll_handle, "isdigit"); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cpp357 HMODULE ntdll_handle = ::GetModuleHandle("ntdll"); in TEST() local
358 ASSERT_NE(nullptr, ntdll_handle); in TEST()
359 uptr DbgPrint_expected = (uptr)::GetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
360 uptr isdigit_expected = (uptr)::GetProcAddress(ntdll_handle, "isdigit"); in TEST()
361 uptr DbgPrint_adddress = InternalGetProcAddress(ntdll_handle, "DbgPrint"); in TEST()
362 uptr isdigit_address = InternalGetProcAddress(ntdll_handle, "isdigit"); in TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/base/
H A Dprocess_util_win.cc147 HMODULE ntdll_handle = GetModuleHandle(L"ntdll.dll");
148 if (!ntdll_handle) {
154 ntdll_handle, "NtQueryInformationProcess"));
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/base/
H A Dprocess_util_win.cc127 HMODULE ntdll_handle = GetModuleHandle(L"ntdll.dll"); in GetProcIdViaNtQueryInformationProcess() local
128 if (!ntdll_handle) { in GetProcIdViaNtQueryInformationProcess()
134 GetProcAddress(ntdll_handle, "NtQueryInformationProcess")); in GetProcIdViaNtQueryInformationProcess()
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/base/
H A Dprocess_util_win.cc128 HMODULE ntdll_handle = GetModuleHandle(L"ntdll.dll"); in GetProcIdViaNtQueryInformationProcess() local
129 if (!ntdll_handle) { in GetProcIdViaNtQueryInformationProcess()
135 GetProcAddress(ntdll_handle, "NtQueryInformationProcess")); in GetProcIdViaNtQueryInformationProcess()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/base/
H A Dprocess_util_win.cc127 HMODULE ntdll_handle = GetModuleHandle(L"ntdll.dll"); in GetProcIdViaNtQueryInformationProcess() local
128 if (!ntdll_handle) { in GetProcIdViaNtQueryInformationProcess()
134 GetProcAddress(ntdll_handle, "NtQueryInformationProcess")); in GetProcIdViaNtQueryInformationProcess()
/dports/www/firefox/firefox-99.0/ipc/chromium/src/base/
H A Dprocess_util_win.cc128 HMODULE ntdll_handle = GetModuleHandle(L"ntdll.dll"); in GetProcIdViaNtQueryInformationProcess() local
129 if (!ntdll_handle) { in GetProcIdViaNtQueryInformationProcess()
135 GetProcAddress(ntdll_handle, "NtQueryInformationProcess")); in GetProcIdViaNtQueryInformationProcess()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/base/
H A Dprocess_util_win.cc128 HMODULE ntdll_handle = GetModuleHandle(L"ntdll.dll"); in GetProcIdViaNtQueryInformationProcess() local
129 if (!ntdll_handle) { in GetProcIdViaNtQueryInformationProcess()
135 GetProcAddress(ntdll_handle, "NtQueryInformationProcess")); in GetProcIdViaNtQueryInformationProcess()