fn capstone_find_events(
addr: usize,
op: &ArchOperand,
acc_events: &mut Vec<AccessEvent>,
) -> bool
Expand description
Add the memory events from op
being executed while there is a memory access at addr
to
acc_events
. Return whether this was a memory operand.