Module ida_strlist
[frames] | no frames]

Module ida_strlist

IDA Plugin SDK API wrapper: strlist

Classes
  string_info_t
Proxy of C++ string_info_t class.
  strwinsetup_t
Proxy of C++ strwinsetup_t class.
Functions
 
build_strlist()
Build the string list.
 
clear_strlist()
Clear the string list.
bool
get_strlist_item(si, n)
Get nth element of the string list (n=0..
strwinsetup_t
get_strlist_options()
Get access to the static string list options.
size_t
get_strlist_qty()
Get number of elements in the string list.
Variables
  SWIG_PYTHON_LEGACY_BOOL = 1
  __package__ = None
Function Details

build_strlist()

 

Build the string list. You should initialize options before this call using the restore_config() or setup_strings_window() methods.

get_strlist_item(si, n)

 

Get nth element of the string list (n=0.. 'get_strlist_qty()' -1)

Parameters:
  • si, (C++ - string_info_t *)
  • n, (C++ - size_t)
Returns: bool