|
|
clear_cache(self)
Clears the strings list cache |
|
|
|
|
__init__(self,
default_setup=True)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
refresh(self,
ea1=None,
ea2=None)
Refreshes the strings list |
|
|
|
|
| setup(self,
strtypes=STR_C,
minlen=5,
only_7bit=True,
ignore_instructions=False,
ea1=None,
ea2=None,
display_only_existing_strings=False) |
|
|
|
|
__getitem__(self,
index)
Returns string items |
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|