Debug
2023
Linux 函数调用栈展开
·
Elf
Dwarf
Debug
介绍 Linux 函数调用栈生成和展开(stack unwinding)机制。
readelf
·
Elf
Debug
Tool
readelf 是显示 ELF 二进制文件(可执行程序或动态库等)中各 Section 内容的重要工具。
显示符号表 Sections,如 .dnysym 和 .symtab 中的符号名称和地址; 显示 DWARF 格式的 Sections,如各种 .debug_xx,.eh_frame 等; 显示查找 debuginfo 文件所需的 .gnu_debuglink 和 .note.gnu.build-id ;
objdump
·
Elf
Debug
Tool
objdump 是 ELF 文件查看和反汇编工具。