mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-31 20:29:46 +02:00
Modify code comment of get_attached_devices method
This commit is contained in:
@@ -358,7 +358,7 @@ class DEVICE_OBJECT(objects.StructType, pool.ExecutiveObject):
|
||||
return header.NameInfo.Name.String # type: ignore
|
||||
|
||||
def get_attached_devices(self) -> Generator[ObjectInterface, None, None]:
|
||||
"""Enumerate the device's attaches"""
|
||||
"""Enumerate the attached device's objects"""
|
||||
device = self.AttachedDevice.dereference()
|
||||
while device:
|
||||
yield device
|
||||
|
||||
Reference in New Issue
Block a user