mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
IDAPython for IDA 7.6
This commit is contained in:
+2
-2
@@ -515,7 +515,7 @@ class Strings(object):
|
||||
return self._toseq(True)
|
||||
|
||||
def clear_cache(self):
|
||||
"""Clears the strings list cache"""
|
||||
"""Clears the string list cache"""
|
||||
ida_strlist.clear_strlist()
|
||||
|
||||
def __init__(self, default_setup = False):
|
||||
@@ -536,7 +536,7 @@ class Strings(object):
|
||||
|
||||
|
||||
def refresh(self):
|
||||
"""Refreshes the strings list"""
|
||||
"""Refreshes the string list"""
|
||||
ida_strlist.build_strlist()
|
||||
self.size = ida_strlist.get_strlist_qty()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user