Hi,
Is there a way to get the offset and size
of an operand in IDAPython?
The targets are only branch instructions.
For example:
.text:0100296F E8 74 F2 FF FF call Name
then i want to get size=4 offset=01002970
(or something similar).
I can use external disas library to do so, or
write a simple one for this perpose only but
I rather not.
Thx,
Stam





