diff --git a/ext/ida/find.py b/ext/ida/find.py index dd9ab69..f7b3d41 100644 --- a/ext/ida/find.py +++ b/ext/ida/find.py @@ -266,7 +266,7 @@ def architecture(self): } # int __cdecl(int, int) -> __cdecl - gtype_matcher = re.compile(".+ ([^\(]+)\([^\)]*\)") + gtype_matcher = re.compile(".+ \*?([^\(]+)\([^\)]*\)") @property def abi(self):