Disassembly currently begins from addresses obtained from the objects symbol table. For ELF, also add the dynamic symbols to the list so that we can more successfully disassemble stripped binaries.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Hi Sam,
In the case that an ELF binary has both a static and dynamic symbol table present the list of symbols will have redundant entries. Perhaps we should only add dynamic ELF symbols in the case that we have no static symbols?