mahaloz / decomp2dbg

A plugin to introduce interactive symbols into your debugger from your decompiler
BSD 2-Clause "Simplified" License
621 stars 39 forks source link

Replaces deprecated functions in IDA 9.0 #106

Closed PlatyPew closed 2 months ago

PlatyPew commented 2 months ago

Replaces the following deprecated functions whilst also maintaining backward compatibility for older versions

IDA 8.4 IDA 9.0
ida_struct.get_struc idc.get_struc
ida_enum.get_enum_name idc.get_enum_name
ida_struct.is_member_id idc.is_member_id

More information can be found in these 2 links

mahaloz commented 2 months ago

Thanks for the fix! I meant to push some changes last week after testing.