|
|
|
|
|
by ongy
1033 days ago
|
|
Yes and no. Mostly no IMO The memory encryption features are a solution to very specific problems. If the CPU is able to access the memory, then any exploit that gains the execution context of the legitimate user can also access the memory.
If it doesn't, the normal memory access control should be enough. I'm iffy on how well they protect against the various side channels.
Mostly because I haven't looked far enough into it. IME it protects against cold boot attacks, a theoretic attack of a logic analyzer on the memory bus, and potentially to some degree unbounded reads. But the latter only with very limited gadgets. |
|