AntonKukoba1 / DemangledStructNaming

Ida plugin to improve Create structure from selection naming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DemangledStructNaming

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: image Generates the structure like this: image

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:

image

About

Ida plugin to improve Create structure from selection naming


Languages

Language:C++ 100.0%