Cybersecurity firm Crowdstrike pushed an update that caused millions of Windows computers to enter recovery mode, triggering the blue screen of death. Learn …

  • @MetaCubed
    link
    English
    02 months ago

    Calling a kernel mode driver a “simple text file” sure is interesting

    • @werefreeatlast
      link
      English
      02 months ago

      Even if you write assembly code straight out like a total hacker, it’s still a text file. Literally jump 0x12345 is text. And if it’s just a few kilobits long, then it’s a simple text file yes. Got anything else to ad? Specially if the file actually doesn’t work and the system made to run it “windows” is such shit that every copy of it got halted.

      • @MetaCubed
        link
        English
        12 months ago

        Yes and at the end of the day it’s all just binary getting dumped into a cache and processed by the CPU. The point is that the intent of the file matters and while they do both hold text, the intent, purpose, and handling of the kernel mode/ring 0 driver is much different than a “simple text file”

        So different in fact, that as another user pointed out, it has happened to Linux too