rizin icon indicating copy to clipboard operation
rizin copied to clipboard

is: Repeated symbols

Open kazarmy opened this issue 2 years ago • 1 comments

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

is-goto-$

Steps to reproduce the behavior

goto-$$

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.

kazarmy avatar Jun 25 '22 11:06 kazarmy

Since readelf provides the same functionality, I don't think I'll resolve this anytime soon.

kazarmy avatar Jul 14 '22 12:07 kazarmy