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?
objdump on manually constructed object file - Stack Overflow
评论列表(0)
- 暂无评论