Hello,
I need to access the Operand addresses of certain instructions.
The problem is that the IDA SDK doesn't seem to offer such functionalities.
I've already used Google to find a way to get the addresses and also found an approach on this forum: using the operand's "dtype" variable to get the size using a function that switches through the types and returns the size in bytes.
This doesn't seem to work for operands with o_displ or o_phrase as type.







