really excited for every fucking game console getting hacked with that bug tho 👍
@wxcafe Most consoles are AMD which doesnt really use speculation execution, so they will be more resistant to this. Alas!
@polychrome every CPU vendor is affected tho?
@wxcafe It depends on the bug. It's actually two of them: Meltdown is Intel only and is the worse one, letting you read kernel memory space. Spectre is cross-architecture and lets you read the memory of other user programs, but not the kernel.
With consoles you're most likely going to want to read the kernel memory space. You might still get some interesting things from other user space processes, but probably less so.
This is why I said "more resistant" rather than "safe" ;)
@wxcafe Haven't considered microkernels - that'll be interesting~
Sadly I am fairly confident the PS4 is monolithic. Not sure about the XBox.
@wxcafe I knew I kept my 486 for a reason.
@polychrome let's try and get the PS4 to run on that
@polychrome either way, you can still steal a lot of info from user processes, which are generally useful in embedded applications