Any idb_event::renaming_struc replacement?

Is there some idb_event::renaming_struc replacement in IDA9+ C++ SDK? I wanted to do additional renaming when name of type is changed.

Please have a look at local_types_changed

There is param name (const char *) in local_types_changed event, is it a new or old name? If new, have I any chance to find old name?

It seems to be the new name (if available), except for the case of LTC_DELETED. Unfortunately, currently there doesn’t seem to be a way to get the old name.

Thanks Igor. Hope an extended local_types_changed callback will appeared in a future IDA version

1 Like