We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b327e commit 3bf9f8cCopy full SHA for 3bf9f8c
volatility3/framework/plugins/linux/pagecache.py
@@ -131,7 +131,10 @@ def get_requirements(cls) -> List[interfaces.configuration.RequirementInterface]
131
]
132
133
@staticmethod
134
- def _follow_symlink(inode, symlink_path) -> str:
+ def _follow_symlink(
135
+ inode: interfaces.objects.ObjectInterface,
136
+ symlink_path: str,
137
+ ) -> str:
138
"""Follows (fast) symlinks (kernels >= 4.2.x).
139
Fast symlinks are filesystem agnostic.
140
0 commit comments