Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在当前进程的页表中添加一些映射。起初,我以为我可以使用“/dev/mem”将我想要的内容写入页表。但是恐怕中间页表(以x86_64为例,pdpt、pdt和pt)还没有分配。有没有办法将条目添加到当前进程的页表中?谢谢。