ida_moves
Attributes
unhid a segment at 'target' |
|
unhid a function at 'target' |
|
unhid an range at 'target' |
|
Classes
Module Contents
- ida_moves.SWIG_PYTHON_LEGACY_BOOL
- class ida_moves.segm_move_info_vec_t(*args)
Bases:
object
- thisown
- push_back(*args) segm_move_info_t &
- pop_back() None
- size() size_t
- empty() bool
- at(_idx: size_t) segm_move_info_t const &
- qclear() None
- clear() None
- resize(*args) None
- grow(*args) None
- capacity() size_t
- reserve(cnt: size_t) None
- truncate() None
- swap(r: segm_move_info_vec_t) None
- extract() segm_move_info_t *
- inject(s: segm_move_info_t, len: size_t) None
- begin(*args) qvector< segm_move_info_t >::const_iterator
- end(*args) qvector< segm_move_info_t >::const_iterator
- insert(it: segm_move_info_t, x: segm_move_info_t) qvector< segm_move_info_t >::iterator
- erase(*args) qvector< segm_move_info_t >::iterator
- find(*args) qvector< segm_move_info_t >::const_iterator
- has(x: segm_move_info_t) bool
- add_unique(x: segm_move_info_t) bool
- append(x: segm_move_info_t) None
- extend(x: segm_move_info_vec_t) None
- front
- back
- class ida_moves.graph_location_info_t
Bases:
object
- thisown
- zoom: double
- orgx: double
- orgy: double
- class ida_moves.segm_move_info_t(_from: ida_idaapi.ea_t = 0, _to: ida_idaapi.ea_t = 0, _sz: size_t = 0)
Bases:
object
- thisown
- to: ida_idaapi.ea_t
- size: size_t
- class ida_moves.segm_move_infos_t
Bases:
segm_move_info_vec_t
- thisown
- find(ea: ida_idaapi.ea_t) segm_move_info_t const *
- class ida_moves.renderer_info_t(*args)
Bases:
object
- thisown
- pos: renderer_info_t::pos_t
- rtype: tcc_renderer_type_t
- ida_moves.LSEF_PLACE
- ida_moves.LSEF_RINFO
- ida_moves.LSEF_PTYPE
- ida_moves.LSEF_ALL
- class ida_moves.lochist_entry_t(*args)
Bases:
object
- thisown
- rinfo: renderer_info_t
- plce: place_t *
- renderer_info() renderer_info_t &
- place() place_t *
- is_valid() bool
Bases:
lochist_entry_t
- ida_moves.UNHID_SEGM
unhid a segment at ‘target’
- ida_moves.UNHID_FUNC
unhid a function at ‘target’
- ida_moves.UNHID_RANGE
unhid an range at ‘target’
- ida_moves.DEFAULT_CURSOR_Y
- ida_moves.DEFAULT_LNNUM
- ida_moves.CURLOC_LIST
- ida_moves.MAX_MARK_SLOT
Bases:
object
- ida_moves.LHF_HISTORY_DISABLED
- class ida_moves.bookmarks_t(*args, **kwargs)
Bases:
object
- thisown
- static mark(e: lochist_entry_t, index: int, title: str, desc: str, ud: void *) int
- static get_desc(e: lochist_entry_t, index: int, ud: void *) str
- static find_index(e: lochist_entry_t, ud: void *) int
- static size(e: lochist_entry_t, ud: void *) int
- static erase(e: lochist_entry_t, index: int, ud: void *) bool
- static get_dirtree_id(e: lochist_entry_t, ud: void *) dirtree_id_t
- static get(out: lochist_entry_t, _index: int, ud: void *) PyObject *
- widget
- userdata
- template
- ida_moves.BOOKMARKS_PROMPT_WITH_HINT_PREFIX
- ida_moves.bookmarks_t_erase
- ida_moves.bookmarks_t_find_index
- ida_moves.bookmarks_t_get
- ida_moves.bookmarks_t_get_desc
- ida_moves.bookmarks_t_get_dirtree_id
- ida_moves.bookmarks_t_mark
- ida_moves.bookmarks_t_size