mirror of
https://github.com/cemu-project/idapython.git
synced 2024-11-24 10:09:20 +01:00
idautils.py: Added missing self
This commit is contained in:
parent
2f31ce656b
commit
9c80378afe
@ -401,7 +401,7 @@ class Strings:
|
|||||||
STR_ULEN2 = 0x0020 # Pascal-style Unicode, length is 2 bytes
|
STR_ULEN2 = 0x0020 # Pascal-style Unicode, length is 2 bytes
|
||||||
STR_ULEN4 = 0x0040 # Pascal-style Unicode, length is 4 bytes
|
STR_ULEN4 = 0x0040 # Pascal-style Unicode, length is 4 bytes
|
||||||
|
|
||||||
def clear_cache():
|
def clear_cache(self):
|
||||||
"""Clears the strings list cache"""
|
"""Clears the strings list cache"""
|
||||||
self.refresh(0, 0) # when ea1=ea2 the kernel will clear the cache
|
self.refresh(0, 0) # when ea1=ea2 the kernel will clear the cache
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user