IDAPython 8.4
Loading...
Searching...
No Matches
ida_moves Namespace Reference

Detailed Description

 

Classes

class  bookmarks_t
 Proxy of C++ bookmarks_t class. More...
 
class  graph_location_info_t
 Proxy of C++ graph_location_info_t class. More...
 
class  lochist_entry_t
 Proxy of C++ lochist_entry_t class. More...
 
class  lochist_t
 Proxy of C++ lochist_t class. More...
 
class  renderer_info_pos_t
 Proxy of C++ renderer_info_pos_t class. More...
 
class  renderer_info_t
 Proxy of C++ renderer_info_t class. More...
 
class  segm_move_info_t
 Proxy of C++ segm_move_info_t class. More...
 
class  segm_move_info_vec_t
 Proxy of C++ qvector< segm_move_info_t > class. More...
 
class  segm_move_infos_t
 Proxy of C++ segm_move_infos_t class. More...
 

Functions

"uint32" bookmarks_t_mark (*args)
 bookmarks_t_mark(e, index, title, desc, ud) -> uint32
 
"qstring *" bookmarks_t_get_desc (*args)
 bookmarks_t_get_desc(e, index, ud) -> str
 
"uint32" bookmarks_t_find_index (*args)
 bookmarks_t_find_index(e, ud) -> uint32
 
"uint32" bookmarks_t_size (*args)
 bookmarks_t_size(e, ud) -> uint32
 
"bool" bookmarks_t_erase (*args)
 bookmarks_t_erase(e, index, ud) -> bool
 
"dirtree_id_t" bookmarks_t_get_dirtree_id (*args)
 bookmarks_t_get_dirtree_id(e, ud) -> dirtree_id_t
 
"PyObject *" bookmarks_t_get (*args)
 bookmarks_t_get(out, _index, ud) -> PyObject *
 

Variables

 LSEF_PLACE = _ida_moves.LSEF_PLACE
 
 LSEF_RINFO = _ida_moves.LSEF_RINFO
 
 LSEF_PTYPE = _ida_moves.LSEF_PTYPE
 
 LSEF_ALL = _ida_moves.LSEF_ALL
 
 UNHID_SEGM = _ida_moves.UNHID_SEGM
 
 UNHID_FUNC = _ida_moves.UNHID_FUNC
 
 UNHID_RANGE = _ida_moves.UNHID_RANGE
 
 DEFAULT_CURSOR_Y = _ida_moves.DEFAULT_CURSOR_Y
 
 DEFAULT_LNNUM = _ida_moves.DEFAULT_LNNUM
 
 CURLOC_LIST = _ida_moves.CURLOC_LIST
 
 MAX_MARK_SLOT = _ida_moves.MAX_MARK_SLOT
 
 BOOKMARKS_PROMPT_WITH_HINT_PREFIX = _ida_moves.BOOKMARKS_PROMPT_WITH_HINT_PREFIX
 

Function Documentation

◆ bookmarks_t_erase()

"bool" bookmarks_t_erase ( * args)
Parameters
elochist_entry_t const &
indexuint32
udvoid *

◆ bookmarks_t_find_index()

"uint32" bookmarks_t_find_index ( * args)
Parameters
elochist_entry_t const &
udvoid *

◆ bookmarks_t_get()

"PyObject *" bookmarks_t_get ( * args)
Parameters
outlochist_entry_t *
_indexuint32
udvoid *

◆ bookmarks_t_get_desc()

"qstring *" bookmarks_t_get_desc ( * args)
Parameters
elochist_entry_t const &
indexuint32
udvoid *

◆ bookmarks_t_get_dirtree_id()

"dirtree_id_t" bookmarks_t_get_dirtree_id ( * args)
Parameters
elochist_entry_t const &
udvoid *

◆ bookmarks_t_mark()

"uint32" bookmarks_t_mark ( * args)
Parameters
elochist_entry_t const &
indexuint32
titlechar const *
descchar const *
udvoid *

◆ bookmarks_t_size()

"uint32" bookmarks_t_size ( * args)
Parameters
elochist_entry_t const &
udvoid *

Variable Documentation

◆ BOOKMARKS_PROMPT_WITH_HINT_PREFIX

BOOKMARKS_PROMPT_WITH_HINT_PREFIX = _ida_moves.BOOKMARKS_PROMPT_WITH_HINT_PREFIX

◆ CURLOC_LIST

CURLOC_LIST = _ida_moves.CURLOC_LIST

◆ DEFAULT_CURSOR_Y

DEFAULT_CURSOR_Y = _ida_moves.DEFAULT_CURSOR_Y

◆ DEFAULT_LNNUM

DEFAULT_LNNUM = _ida_moves.DEFAULT_LNNUM

◆ LSEF_ALL

LSEF_ALL = _ida_moves.LSEF_ALL

◆ LSEF_PLACE

LSEF_PLACE = _ida_moves.LSEF_PLACE

◆ LSEF_PTYPE

LSEF_PTYPE = _ida_moves.LSEF_PTYPE

◆ LSEF_RINFO

LSEF_RINFO = _ida_moves.LSEF_RINFO

◆ MAX_MARK_SLOT

MAX_MARK_SLOT = _ida_moves.MAX_MARK_SLOT

◆ UNHID_FUNC

UNHID_FUNC = _ida_moves.UNHID_FUNC

◆ UNHID_RANGE

UNHID_RANGE = _ida_moves.UNHID_RANGE

◆ UNHID_SEGM

UNHID_SEGM = _ida_moves.UNHID_SEGM