Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这个问题很好地解释了如何获取 elf 文件的符号(变量、函数等)。
现在我有了符号,我想知道它们在什么位置(模块)。
例如,如果我编译一个由文件main.c和. 还假设程序包含全局变量int Counter。那么我怎么知道变量Counter位于 main.c 中呢?someFile.hsomeFile.cmain.c
main.c
someFile.h
someFile.c
答案在这里。.