Triton
Triton copied to clipboard
x86 MOVQ should not trigger memory read callback when the dst is memory access
Currently in the MOVQ semantics:
auto op1 = this->symbolicEngine->getOperandAst(inst, dst);
This line always triggers a memory read callback for the dst operand, even if the dst is memory access.