IDAPython for IDA 7.6

This commit is contained in:
Arnaud Diederen
2021-03-30 08:54:44 +02:00
parent 7eea22820f
commit c22e071853
106 changed files with 30280 additions and 2638 deletions
+2 -2
View File
@@ -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()