Cannot attestation in Chrome be "fixed" by patching an attestation function so that it always returns true (even if there is an adblocker)?
replies(4):
Even if there's a patch, it would be difficult because there are other pieces of attestation that are already in place all the way upto the browser.
You cannot patch executables because os can verify executables via code signing signatures.
You cannot "patch" important parts of your OS (outside any zero days) with secure boot enabled(they can reject user keys for attestation).
So basically you just need to stop updating OS for 2 weeks and grab a fresh vulnerability to bypass attestation?