IDAPython 9.0
|
Classes | |
class | strwinsetup_t |
Proxy of C++ strwinsetup_t class. More... | |
class | string_info_t |
Proxy of C++ string_info_t class. More... | |
Namespaces | |
namespace | ida_strlist |
Functions that deal with the string list. | |
Functions | |
"strwinsetup_t const *" | get_strlist_options () |
get_strlist_options() -> strwinsetup_t Get the static string list options. | |
"void" | build_strlist () |
build_strlist() Rebuild the string list. | |
"void" | clear_strlist () |
clear_strlist() Clear the string list. | |
"size_t" | get_strlist_qty () |
get_strlist_qty() -> size_t Get number of elements in the string list. | |
"bool" | get_strlist_item ("string_info_t" si, "size_t" n) |
get_strlist_item(si, n) -> bool Get nth element of the string list (n=0..get_strlist_qty()-1) | |