mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-25 23:52:23 +02:00
This one's slightly contencious, in that scanner now don't all return a uniform value, and therefore nothing can simply run through scanners. Worst case scenario we make a separate stricter interface that says it only returns offsets which will then allow things that need it to dynamically find them, but it's probably too useful to be able to return arbitrary objects of a type (as long as the objects returned are always of that type).