You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VTables structs are defined without `::` separator which breaks inheritence and references from owning type (fixed in #7825)With the above patch applied, vtable data refs in linear view still do not show structured data until manually redefinedWith the types manually redefined as the same type (Change Type... Enter) inherited members still do not appearSeems like System Types and Debug Info has diverged?Virtual function calls do not resolve in HLILParent class gets conflated with namespace and causes VTable name to contain entire class hierarchy
Version and Platform (required):
Bug Description:
I don't where the boundaries between these individual issues lie so here are just my observations trying to get VTables to work:
Test binaries/sources: pdb-vtable.zip
VTables structs are defined without `::` separator which breaks inheritence and references from owning type (fixed in #7825)
With the above patch applied, vtable data refs in linear view still do not show structured data until manually redefined
With the types manually redefined as the same type (Change Type... Enter) inherited members still do not appear
Seems like System Types and Debug Info has diverged?
Virtual function calls do not resolve in HLIL
Parent class gets conflated with namespace and causes VTable name to contain entire class hierarchy