• towerful@programming.dev
    link
    fedilink
    arrow-up
    65
    ·
    edit-2
    15 hours ago

    It’s referring to binary blobs. A windows exe might be a binary blob.
    These are distributed compiled. Even if the project is open sources, the binary blob might have been generated by a compromised compiler.

    This is one of the reasons the XZ Utils compromisation went unnoticed for so long. One of the compressed files used for testing contained malicious code that would be included in the build artefacts (IE, the final compiled binary) under very narrow and specific circumstances.

    So “deblobbed” means absolutely everything in the OS was built & compiled on their computer from original source code