c-如何保护和取消保护单字节内存



我知道mprotect用于保护整个内存页。有人能告诉我是否有办法保护和解除对单个内存字节的攻击吗?

如何保护?如果您正在寻找针对并发读取/权限的保护,那么pthread_mutex_t就是您想要的。

http://www.sourceware.org/pthreads-win32/manual/pthread_mutex_init.html

如评论中所述,mprotect用于整页。

相关内容

  • 没有找到相关文章

最新更新