Displaying 1 result from an estimated 1 matches for "doesstore".
Did you mean:
depstore
2019 Nov 14
2
[MCDisassembler] Identifying instructions that definitely access memory
...or store destination.
4. In case it is a store destination, fetch and save current value from memory.
5. Execute instruction.
6. Fetch and save new value from memory.
However, I was not able to find a cross-architecture API that covers all of the conditions above and more specifically Instruction::DoesStore() and Operand::IsStoreDestination().
Last but not least, I should notice that the target is executed in single-step mode, so I do have control right before and after the execution of every instruction.
Thank you very much, in advance! 🙂
― Vangelis
> Begin forwarded message:
>
> From...