mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-21 14:02:22 +02:00
Since a Union is identical to a Struct (and at the moment a struct doesn't enforce non-overlapping members), these are identical and a Union is a descendent of Struct. If this ever becomes a problem there is a filthy way to fix it, but it's really bad and will likely cause more subtle and difficult to diagnose problems. Stick with inheritance.