最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

objdump on manually constructed object file - Stack Overflow

programmeradmin3浏览0评论

In an effort to debug some JIT code generating code I've written, I dump .text/.data memory to an ELF format file including a symbol string table.
Which works up to symbols external to that .text/.data region I dumped out.
I added entries to the symbol table for these external symbols but objdump appears to ignore them.
My guess is that objdump will only take into account addresses that fall within the memory image saved in the object file.
Is there a way around this?

发布评论

评论列表(0)

  1. 暂无评论