Searched refs:g_shared_section (Results 1 – 4 of 4) sorted by relevance
14 SANDBOX_INTERCEPT HANDLE g_shared_section; variable21 if (NULL != g_shared_section) { in GetBrokerServices()34 if (NULL == g_shared_section) { in GetTargetServices()47 return sandbox::g_shared_section != NULL; in IsSandboxedProcess()
42 SANDBOX_INTERCEPT HANDLE g_shared_section; variable282 g_shared_section = target_shared_section; in Init()283 ret = TransferVariable("g_shared_section", &g_shared_section, in Init()284 sizeof(g_shared_section)); in Init()285 g_shared_section = NULL; in Init()
13 SANDBOX_INTERCEPT HANDLE g_shared_section = NULL; variable
110 SANDBOX_INTERCEPT HANDLE g_shared_section; variable124 NTSTATUS ret = g_nt.MapViewOfSection(g_shared_section, NtCurrentProcess, in MapGlobalMemory()