Accessing .eh_frame data during execution

徘徊边缘 提交于 2019-12-04 15:26:26

vmlinux.o is not the actual kernel that gets loaded.

The actual kernel image (typically bzImage) is not an ELF file and contains only the data needed for running the kernel.

Furthermore, most of the kernel is not compiled with exception handling information.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!