Hacker News new | ask | show | jobs
by wmf 169 days ago
If the stack and heap are non-executable and page tables can't be modified then it's hard to inject code. Whether unikernels actually apply this hardening is another matter.
1 comments

Isn’t this where ROP gadgets come in?
ASLR defeats ROP. Whether unikernels actually use ASLR is another matter.