HomeSort by relevance Sort by last modified time
    Searched defs:PatchNtdll (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sandbox/win/wow_helper/
wow_helper.cc 60 int PatchNtdll(HANDLE child, void* thunk, size_t thunk_bytes) {
122 return sandbox::PatchNtdll(child, thunk, kPageSize);
  /external/chromium_org/sandbox/win/src/
service_resolver_unittest.cc 152 NTSTATUS PatchNtdll(const char* function, bool relaxed) {
161 NTSTATUS ret = PatchNtdll("NtClose", false);
164 ret = PatchNtdll("NtCreateFile", false);
168 ret = PatchNtdll("NtCreateMutant", false);
172 ret = PatchNtdll("NtMapViewOfSection", false);
179 EXPECT_NE(STATUS_SUCCESS, PatchNtdll("RtlUlongByteSwap", false));
182 EXPECT_NE(STATUS_SUCCESS, PatchNtdll("LdrLoadDll", false));
188 NTSTATUS ret = PatchNtdll("NtClose", true);
191 ret = PatchNtdll("NtCreateFile", true);
195 ret = PatchNtdll("NtCreateMutant", true)
    [all...]
interception.cc 133 if (!PatchNtdll(hot_patch_needed))
365 bool InterceptionManager::PatchNtdll(bool hot_patch_needed) {

Completed in 106 milliseconds