You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: volatility3/framework/plugins/linux/pagecache.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -635,7 +635,7 @@ class RecoverFs(plugins.PluginInterface):
635
635
"""Recovers the cached filesystem (directories, files, symlinks) into a compressed tarball.
636
636
637
637
Details: level 0 directories are named after the UUID of the parent superblock; metadata aren't replicated to extracted objects; objects modification time is set to the plugin run time; absolute symlinks
638
-
are converted to relative symlinks to prevent referencing the analyst filesystem.
638
+
are converted to relative symlinks to prevent referencing the analyst's filesystem.
639
639
Troubleshooting: to fix extraction errors related to long paths, please consider using https://github.com/mxmlnkn/ratarmount.
640
640
"""
641
641
@@ -793,7 +793,7 @@ def _generator(self):
793
793
794
794
# Code is slightly duplicated here with the if-block below.
795
795
# However this prevents unneeded tar manipulation if fifo
0 commit comments