mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
The introduction of symbol resolution required subresolving "unnamed" (symbol named) types. The resolution system was changed to pass constructed objects rather than names, which prevented the referencing from working properly. This commit changes that bit back and creates a temporary *type* in the _resolved list for the symbol, then restores whatever was there before. We restore it so that people don't get used to looking up symbols using get_type (we may revisit this decision).