Stacktrace begins with 0x0

删除回忆录丶 提交于 2019-12-11 05:55:59

问题


I am currently analysing an odd callstack that starts from 0x00000000. How is it actually possible for ELF ring3 application? It has a default 0x8048000 as entry point.

Thank you.


回答1:


There was a missing library for GDB, so the debugger mapped its call as 0x0.



来源:https://stackoverflow.com/questions/10302630/stacktrace-begins-with-0x0

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