
@profleonn The NTFS mater file table (MFT) describes the underlying file metadata like names and parents. By reading this directly instead of using the normal fs api for listing children, we can enumerate every path on a disk very quickly. Building an index on top helps search paths fast
English

















