Attempt to open any unexistent entry under $mft hangs entire disk access in Windows Vista or later. No special rights required. Hangs occurs as entire mft locked in exclusive mode and handle is not freed.
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
int main() {
CreateFileW(...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.