echo 0 > /proc/sys/kernel/kptr_restrict // shell cmd; su权限 cat /proc/kallsyms | grep xxx // shell cmd, xxx is the symbol name, and we can find the detail address of xxx r 0xxxxx // read the address of xxx symbol. w 0xxxx // write the address of xxx symbol to modify the value.
获取driver导出的所有symbol
最新推荐文章于 2024-04-01 08:15:00 发布
本文介绍如何在Linux环境下使用shell命令进行内核符号的读取与写入操作,包括禁用内核指针限制、查找特定符号地址以及修改符号值的方法。

1360

被折叠的 条评论
为什么被折叠?



