You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elf-module: Use .dynsym for symbol enumeration
Some ELF binaries (e.g. stripped ones) do not contain a .symtab section.
In such cases enumerate_symbols() currently returns no symbols even
though .dynsym may still contain useful entries.
Track whether any symbols were emitted while enumerating .symtab and
fall back to enumerating .dynsym if none were found.