|
|
|
|
|
by ircmaxell
4223 days ago
|
|
Well, access to the CPU happens with every user (since you can see the current mode of every core as an unprivileged user - idle, wait or running). Accessing RAM requires system level access (privileged users, super user really) or running as the same user as the other process. So unless the server is horribly misconfigured, or you exploit another vulnerability, reading from RAM isn't as likely as monitoring the CPU. |
|