Skip to content

Releases: kacos2000/MFT_Browser

MFTBrowser.exe (x64)

09 Sep 21:20
8be0730
Compare
Choose a tag to compare

[Update]

  • Updated/corrected the output for $Reparse_Point SymLinks, Mount_Points, and WOF
  • Added support for $Loggged_Utility_Stream's $DSC (Desired Storage Class Flags) & TxFData
  • Added the Storage Reserve Flag in $Standard_Information
  • Updated the info provided by $UpCase:$Info $Data Atrribute
  • Other minor corrections

MFTBrowser.exe (x64)

01 Sep 21:49
c04ab21
Compare
Choose a tag to compare

[Update]

  • minor fixes

MFTBrowser.exe (x64)

31 Aug 14:52
8f68aca
Compare
Choose a tag to compare

[Update]

  • fixed minor bug when after pressing cancel the directory tree remained hidden.

MFTBrowser.exe (x64)

30 Aug 11:33
8f68aca
Compare
Choose a tag to compare

[Update]

  • updated '$UpCase:$Info' Stream decoding to include OS Version (Major/Minor) & CRC64

MFTBrowser.exe (x64)

17 Jul 19:05
ad28dea
Compare
Choose a tag to compare

[Update]

  • Fixed minor bug resulting in the Folder tree not appearing under certain conditions (e.g.: after loading a new $Mft file and pressing cancel, then using the 'new range option' to look up a record, and then loading a new $MFT file)

MFTBrowser.exe (x64)

14 Jul 06:52
5478143
Compare
Choose a tag to compare

[Update]

  • Minor correction with WCI Reparse Tag to skip 4 reserved(?) bytes and read the GUID correctly

MFTBrowser.exe (x64)

09 Jul 22:39
5478143
Compare
Choose a tag to compare

[Update]

  • Added check : record info is only displayed if the fix-up value (offset 0x30, 0x31) of the record, matches (0x1FE,0x1FF) and (0x3FE,0x3FF) .
    Otherwise a 'Corrupt record' message is displayed + the hex view of the selected record.
    Example of corrupt record

MFTBrowser.exe (x64)

04 Jul 17:17
00fce71
Compare
Choose a tag to compare

[Update list]

  • added Symbolic Link Reparse Tag 'A000000C' flags:

0x00000000 -> The substitute name is a full path name.
0x00000001 -> The substitute name is a path name relative to the directory containing the symbolic link

MFTBrowser.exe (x64)

04 Jul 01:13
88c4730
Compare
Choose a tag to compare

[Update list]

  • Updated Windows Container Isolation (WCI) filter reparse point tag info for tags:

    80000018 - IO_REPARSE_TAG_WCI
    90001018 - IO_REPARSE_TAG_WCI_1
    A0001027 - IO_REPARSE_TAG_WCI_LINK_1
    A000001F - IO_REPARSE_TAG_WCI_TOMBSTONE
    A0000027 - IO_REPARSE_TAG_WCI_LINK

MFTBrowser.exe (x64)

08 Apr 07:41
cbfa01c
Compare
Choose a tag to compare

[Update list]

  • Corrected flag "$Verify and $Corrupt disabled" to display correctly in $Volume_Information Attribute
    (It's a PowerShell thing: just added a couple of "`" before the $ signs)