fd = open("/dev/mem",O_RDWR);
为什么我用open 函数无法打开mem ,显示错误operation not permitted
我已经root了,网上说的chmod 666 /dev/mem命令也没用,lsattr 命令查看修改权限好像也没用
fd = open("/dev/mem",O_RDWR);
为什么我用open 函数无法打开mem ,显示错误operation not permitted
https://blog.csdn.net/hhhlizhao/article/details/77930009?utm_source=app&app_version=5.5.0
我是看的这篇文章,说是可以直接读写内存通过/dev/mem