mirror of
https://github.com/idapython/src
synced 2026-06-08 14:47:00 +00:00
idc.py: Fixed GetMemberStrId(). Thanks to nobodyzzz for the report.
This commit is contained in:
+1
-1
@@ -4560,7 +4560,7 @@ def GetMemberStrId(sid, member_offset):
|
||||
if not m:
|
||||
return -1
|
||||
|
||||
cs = idaapi.get_member_struc(m)
|
||||
cs = idaapi.get_sptr(m)
|
||||
if cs:
|
||||
return cs.id
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user