Skip to content

Simple c++ for searching for NTFS Master File Table

Notifications You must be signed in to change notification settings

filipows/mft-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Disk recovery experiments

Print MBR:

 g++ mbr.cpp -o mbr && sudo ./mbr

Search for sector containing Master File Table (NTFS)

g++ search_mft.cpp -o search_mft && sudo ./search_mft

About

Simple c++ for searching for NTFS Master File Table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages