Triton icon indicating copy to clipboard operation
Triton copied to clipboard

x86 MOVQ should not trigger memory read callback when the dst is memory access

Open hexpell opened this issue 2 years ago • 0 comments

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.

hexpell avatar Aug 07 '22 04:08 hexpell