问题
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