Recovers tmpfs filesystems from memory. More...
Public Member Functions | |
| def | __init__ (self, config, args, kwargs) |
| def | fix_md |
| Fix metadata for new files. | |
| def | process_directory |
| def | walk_sb (self, root_dentry) |
| def | get_tmpfs_sbs (self) |
| we need this b/c we have a bunch of 'super_block' structs but no method that I could find maps a super_block to its vfs_mnt which is needed to figure out where the super_block is mounted More... | |
| def | calculate (self) |
| def | render_text (self, outfd, data) |
Public Attributes | |
| dir_times | |
Recovers tmpfs filesystems from memory.
| def volatility.plugins.linux.tmpfs.linux_tmpfs.get_tmpfs_sbs | ( | self | ) |
we need this b/c we have a bunch of 'super_block' structs but no method that I could find maps a super_block to its vfs_mnt which is needed to figure out where the super_block is mounted
This function returns a hash table of hash[sb] = path