Module ida_idc

get_mark_comment(slot: int32) ‑> PyObject *

get_mark_comment(slot) -> PyObject *

slot: int32

get_marked_pos(slot: int32) ‑> ea_t

get_marked_pos(slot) -> ea_t

slot: int32

mark_position(ea: ea_t, lnnum: int, x: short, y: short, slot: int32, comment: char const *) ‑> void

mark_position(ea, lnnum, x, y, slot, comment)

ea: ea_t
lnnum: int
x: short
y: short
slot: int32
comment: char const *

Last updated