CS_INSN_OFFSET

Calculate the offset of a disassembled instruction in its buffer, given its position in its array of disassembled insn NOTE: this macro works with position (>=1), not index

extern (C) extern (D)
CS_INSN_OFFSET
(
T0
T1
)
(
auto ref T0 insns
,
auto ref T1 post
)

Meta