rizin
rizin copied to clipboard
is: Repeated symbols
Work environment
Questions | Answers |
---|---|
OS/arch/bits (mandatory) | Ubuntu x86 64 |
File format of the file you reverse (mandatory) | ELF |
Architecture/bits of the file (mandatory) | x86/64 |
rizin -v full output, not truncated (mandatory) |
rizin 0.5.0 @ linux-x86-64 commit: e645e5827327d945307ddfde4f617ae4c36561fd, build: 2022-06-25__11:44:09 |
Expected behavior
There are no repeated symbols in the output of is
.
Actual behavior
Steps to reproduce the behavior
rizin goto-\$\$
and then is
Additional Logs, screenshots, source code, configuration dump, ...
The first 4 symbols are from .dynsym
while the rest are from .symtab
. Not sure whether cleaning this up is worth the computational cost.
Since readelf
provides the same functionality, I don't think I'll resolve this anytime soon.