create_insn

Create an instruction at the specified address
     ea - linear address
returns: 0 - can't create an instruction (no such opcode, the instruction would
             overlap with existing items, etc)
         otherwise returns length of the instruction in bytes

long create_insn(long ea);

Last updated

Was this helpful?