IDA 7.7 plugin to improve Create structure from selection naming
Create structure from selection feature works pretty well, but it doesn't care about c++ names when creating VTBL structures. So creating the structure out of: Generates the structure like this:
This plugin does the demangling stuff when Create structure from selection feature is used and does just-in-time update of the newly created structure. So the result now looks like this: