Files
volatility3/volatility/framework
Mike Auty e133509ea8 Fix broken type resolution
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).
2018-03-21 15:32:09 +00:00
..
2018-03-20 22:30:05 +00:00
2017-12-13 20:48:52 +00:00
2018-03-20 22:30:05 +00:00
2018-03-11 21:40:54 +00:00
2018-03-20 22:30:05 +00:00
2018-03-21 15:32:09 +00:00