Skip to content

$MFT directory tree reconstruction & FILE record info

License

Notifications You must be signed in to change notification settings

kacos2000/MFT_Browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0fd6b94 · Jan 10, 2023
Jan 25, 2022
Jul 9, 2021
Oct 5, 2021
Nov 7, 2022
Oct 10, 2021
Jul 4, 2021
Dec 8, 2021
Mar 29, 2022
Jan 10, 2023
Oct 4, 2021
Mar 19, 2021
Mar 29, 2022
Sep 22, 2021
Jan 6, 2021
Sep 22, 2021

Repository files navigation

MFTbrowser animation

  • Recreates the File/Directory tree structure from an (extracted) $MFT file.
  • Able to carve FILE records & recreate a Directory tree from a Raw Image (v.60+)
  • Able to extract the $MFT & recreate the Directory tree from a mounted NTFS volume (Volume must have a drive letter) (v.60+)
  • Supports both 1024 & 4096 byte long records

==> Latest Version <==

[Dependencies]


  • 'Node Properties' right click option or Double clicking on any file/directory entry gets the full MFT details for that record
  • Clicking on any detail of the record, shows the source of the detail in the Hex view grid.
  • All timestamps are in UTC

Note:

Recreating the directory tree from large MFT files might take a lot of time, (possibly hour(s)), as it needs to map each child record to it's parent node, and as the structure grows, the time needed grows exponentially.