如何从 ELF 文件中获取静态初始化全局变量的值?
作者:Xiaoyong Guo 提问时间:6/29/2022
例如,我有以下 c++ 源文件 // define global variables here int Label = 1234; char Hash[] = "0x11231abc"; 将其编...
objdump 问答列表
作者:Xiaoyong Guo 提问时间:6/29/2022
例如,我有以下 c++ 源文件 // define global variables here int Label = 1234; char Hash[] = "0x11231abc"; 将其编...
作者:mohammadsdtmnd 提问时间:1/2/2023
Th 给出了未知符号:nm source.o F:\STM32CubeIDE\LMS\ANC_fxlms_v1\Debug\Core\Src>nm FX_LMS.o 00000000 b $d 00...
作者:el Kusn 提问时间:9/7/2023
我在具有 ARM64 (aarch64) 架构的 Ubuntu 中遇到了这个错误,其中 Objdump 无法运行。 以下命令 «objdump -d filename» 的错误消息: filenam...