Skip to content

Commit

Permalink
Merge remote-tracking branch 'Abbas-MG/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mixaill committed Oct 22, 2024
2 parents c361309 + 95f4fc0 commit c96717f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src_plugins/ida/fakepdb/dumpinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,7 @@ def __get_type_data(self, ea):
#

def __process_general(self):
info_struct = None
if ida_pro.IDA_SDK_VERSION < 900:
info_struct = ida_idaapi.get_inf_structure()

Expand Down Expand Up @@ -1032,4 +1033,4 @@ def __process_types(self):
if ti_info.get_numbered_type(ti_lib_obj, ti_ordinal):
localtypes.append(self.__process_types_tinfo(ti_info))

return localtypes
return localtypes

0 comments on commit c96717f

Please sign in to comment.