Hacker News new | ask | show | jobs
by beagle3 5434 days ago
mprotect() doesn't let different threads have different read/write permissions to a page. You need different processes to achieve that.