ping of death

  1. A

    Meanwhile in windows world

    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(...
Back
Top