Hacker News new | ask | show | jobs
by szmarczak 68 days ago
> It can’t detect the interception

What's stopping the process from reading its own memory and seeing that the syscall was patched?

1 comments

Actually you are right nothing is stopping it from reading but that does not help it escape the kernel. If you are worried about something adversarial that tries to detect its in a sandbox but that is not what we are trying to protect from the idea is to follow the same model of a container with something that is more secure and has less surface area to protect or attack.