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.
有没有一种方法可以在不使用 readelf 实用程序的情况下确定 ELF 文件的 .dynamic 部分中的条目数?我正在尝试使用该gelf_getdyn()函数从 .dynamic 部分输出数据,但无法找出以编程方式查找此部分中条目数的方法。任何可以提供帮助的帮助或网页(找不到源代码readelf)都将非常感激。
gelf_getdyn()
readelf
无法找出以编程方式查找本节中条目数的方法
您只需遍历所有条目,直到遇到带有d_tag == DT_NULL. 该条目终止数组。参考。
d_tag == DT_NULL