Skip to content
Please update to the latest release 0.77.2 to address Multiple CVEs.
parse_ntfs_i30

parse_ntfs_i30

Plugin
Arg Description Type
device The device file to open. This may be a full path for example C:\Windows - we will figure out the device automatically. string
filename A raw image to open. You can also provide the accessor if using a raw image file. OSPath
mft_filename A path to a raw $MFT file to parse. OSPath
accessor The accessor to use. string
inode The MFT entry to parse in inode notation (5-144-1). string
mft The MFT entry to parse. int64
mft_offset The offset to the MFT entry to parse. int64

Description

Scan the $I30 stream from an NTFS MFT entry.

This is similar in use to the parse_ntfs() function but parses the $I30 stream.

Note: You can also use a raw $MFT file to operate on - see parse_ntfs() for a full description.