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.
我正在使用无法重建的so。但是没有导出so的高级API(我用objdump找到了隐藏的函数符号)。那么是否可以通过解码加载到内存中的elf来查找函数地址呢?
这实际上是这个问题的副本。
是否可以通过解码加载到内存中的精灵来查找函数地址?
如果符号对 是可见的objdump,则它存在于 DSO 的符号表中,是的,它的地址可以通过编程方式提取。
objdump
这不是很难。例子。