Files
volatility3/volatility3
David McDonald 73e422fc97 Windows: Cleanup devicetree + extension class
Moves a lot of the code that was parsing information about device
objects out of the `DeviceTree` plugin logic and into the
`DEVICE_OBJECT` extension class. Also moved the dict mapping integer
values to device types into the extension module.

Fixes a bug within the extension class' `get_attached_devices` method -
now, immediate children of the device in the tree are yielded, instead
of the faulty deep traversal that was occuring before. Because of this
bugfix in an extension class as well as the addition of new methods in
the extension class, this also bumps the framework minor version number.
2025-03-08 02:04:40 -06:00
..
2025-03-05 17:59:38 -06:00