Skip to content

Commit bf7f1ca

Browse files
committed
Prevent infinite loops in device enumeration extensions #1483
1 parent 1bd031b commit bf7f1ca

File tree

1 file changed

+1
-0
lines changed
  • volatility3/framework/symbols/windows/extensions

1 file changed

+1
-0
lines changed

volatility3/framework/symbols/windows/extensions/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ def get_attached_devices(self) -> Generator[ObjectInterface, None, None]:
424424
except exceptions.InvalidAddressException:
425425
return
426426

427+
427428
class DRIVER_OBJECT(objects.StructType, pool.ExecutiveObject):
428429
"""A class for kernel driver objects."""
429430

0 commit comments

Comments
 (0)