mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
@@ -54,7 +54,7 @@ class FDInternal:
|
||||
"""
|
||||
|
||||
task: interfaces.objects.ObjectInterface
|
||||
fd_fields: Tuple[int, int, str]
|
||||
fd_fields: Tuple[int, interfaces.objects.ObjectInterface, str]
|
||||
|
||||
def to_user(self) -> FDUser:
|
||||
"""Augment the FD information to be presented to the user
|
||||
|
||||
Reference in New Issue
Block a user