HomeSort by relevance Sort by last modified time
    Searched refs:kMovEax (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/win/src/
service_resolver_32.cc 13 const BYTE kMovEax = 0xB8;
192 if (kMovEax != function_code.mov_eax ||
251 intercepted_code.mov_eax = kMovEax;
340 if (kMovEax != function_code.mov_eax || kXorEcx != function_code.xor_ecx ||
366 if (kMovEax != function_code.mov_eax || kCallFs1 != function_code.call_fs1 ||
387 if (kMovEax != function_code.mov_eax ||
407 if (kMovEax != function_code.mov_eax || kCallEip != function_code.call_eip ||
  /external/chromium_org/sandbox/win/wow_helper/
service64_resolver.cc 13 const BYTE kMovEax = 0xB8;

Completed in 26 milliseconds