qemu gdb lx-symbols Python Exception <class ‘gdb.MemoryError‘> Cannot access memory at address 0xfff

阅读量: searchstar 2021-01-22 13:58:30
Categories: Tags:

/etc/default/grub里的GRUB_CMDLINE_LINUX里加上nokaslr,然后更新一下grub.cfg
centos上用

sudo grub2-mkconfig -o /boot/grub2/grub.cfg

debian系好像是

sudo update-grub

然后重启一下就好了。

参考文献:https://blog.csdn.net/lonely_geek/article/details/89215513