pdb-decompiler icon indicating copy to clipboard operation
pdb-decompiler copied to clipboard

Construct inline unions and structures based on field offsets

Open camden-smallwood opened this issue 3 years ago • 0 comments

Field lists do not store inline unions and structures as unions and structures, instead are only denoted by having a field offset that collides with another field offset. Ideally, when populating a field list, it would be ideal to construct inline unions and structures based on the colliding field offsets.

camden-smallwood avatar Jan 08 '22 19:01 camden-smallwood