HomeSort by relevance Sort by last modified time
    Searched full:mov_eax (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/sandbox/win/src/
service_resolver_32.cc 44 BYTE mov_eax; // = B8 member in struct:__anon12317::ServiceEntry
64 BYTE mov_eax; // = B8 member in struct:__anon12317::ServiceEntryW8
95 BYTE mov_eax; // = B8 member in struct:__anon12317::Wow64Entry
114 BYTE mov_eax; // = B8 member in struct:__anon12317::Wow64EntryW8
192 if (kMovEax != function_code.mov_eax ||
251 intercepted_code.mov_eax = kMovEax;
259 intercepted_code.mov_eax = kJmp32;
305 if (kJmp32 == function_code.mov_eax) {
340 if (kMovEax != function_code.mov_eax || kXorEcx != function_code.xor_ecx ||
366 if (kMovEax != function_code.mov_eax || kCallFs1 != function_code.call_fs1 |
    [all...]

Completed in 164 milliseconds