Vector of bytes (use for dynamic memory)
Definition pro.h:3850
idaman size_t n
Definition pro.h:1000
adiff_t sval_t
signed value used by the processor.
Definition pro.h:450
uint64 ea_t
Definition pro.h:425
unsigned char uchar
unsigned 8 bit value
Definition pro.h:341
_qstring< char > qstring
regular string
Definition pro.h:3771
idaman bool ida_export get_strlist_item_ex(string_info_ex_t *si, size_t n)
Get nth element of the string list, including the decompiler string.
idaman void ida_export build_strlist()
Rebuild the string list.
idaman size_t ida_export get_strlist_qty(void)
Get number of elements in the string list.
idaman void ida_export clear_strlist()
Clear the string list.
idaman const strwinsetup_t *ida_export get_strlist_options()
Get the static string list options.
idaman bool ida_export get_strlist_item(string_info_t *si, size_t n)
Get nth element of the string list (n=0..get_strlist_qty()-1)
DECLARE_TYPE_AS_MOVABLE(string_info_t)
Same as string_info_t, plus the string reconstructed by the decompiler (set only when type == STRTYPE...
Definition strlist.hpp:50
qstring decompiler_string
Definition strlist.hpp:51
string_info_ex_t(ea_t _ea=BADADDR)
Definition strlist.hpp:52
Information about one string from the string list.
Definition strlist.hpp:38
bool operator<(const string_info_t &r) const
Definition strlist.hpp:43
int type
Definition strlist.hpp:41
string_info_t(ea_t _ea=BADADDR)
Definition strlist.hpp:42
int length
Definition strlist.hpp:40
ea_t ea
Definition strlist.hpp:39
Structure to keep string list parameters.
Definition strlist.hpp:27
uchar ignore_heads
Definition strlist.hpp:32
uchar only_7bit
Definition strlist.hpp:31
sval_t minlen
Definition strlist.hpp:29
bytevec_t strtypes
Definition strlist.hpp:28
uchar display_only_existing_strings
Definition strlist.hpp:30