igogo-x86 / HexRaysPyTools

IDA Pro plugin which improves work with HexRays decompiler and helps in process of reconstruction structures and classes
1.41k stars 224 forks source link

Structure fields xrefs doesn't work from Structures Window #58

Closed MegaBor closed 4 years ago

MegaBor commented 4 years ago

When I do CTRL+X on a member variable in the Structures window of IDA in order to find xrefs, it says: "There are no xrefs to Class.field_xx" but from actual code it works smoothly.

p-state commented 4 years ago

This is actually IDA's feature, not this plugin. And it is intended to work with "IDA View".

igogo-x86 commented 4 years ago

Yeah, that's because it is IDA's functionality and not plugin's. Plugin looks for structure cross-references using CTRL+X in decompiler view and since IDA 7.4 (7.3 ?) this feature became available without plugin (SHIFT+X)