diff options
Diffstat (limited to 'sandbox/wow_helper/service64_resolver.cc')
-rw-r--r-- | sandbox/wow_helper/service64_resolver.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sandbox/wow_helper/service64_resolver.cc b/sandbox/wow_helper/service64_resolver.cc index 91a6716..4fddba9 100644 --- a/sandbox/wow_helper/service64_resolver.cc +++ b/sandbox/wow_helper/service64_resolver.cc @@ -266,9 +266,7 @@ bool Service64ResolverThunk::IsFunctionAService(void* local_thunk) const { return false; if (kMmovR10EcxMovEax != function_code.mov_r10_ecx_mov_eax || - kSyscall != function_code.syscall || kRetNp != function_code.ret || - kPad != function_code.pad || kNop16 != function_code.xchg_ax_ax1 || - kNop16 != function_code.xchg_ax_ax1) + kSyscall != function_code.syscall || kRetNp != function_code.ret) return false; // Save the verified code |