ELF 執行檔格式中的 ".eh_frame", ".eh_frame_hdr" sections 是用來支援Stack Unwind 的。 Stack Unwind 指從最內層函式呼叫堆疊開始,找到最外層。
確定! 回上一頁