On Mon, Jun 7, 2021 at 9:16 AM Iti Shree <
itishr...@gmail.com> wrote:
>
> I am trying to understand debug/elf package especially method Symbols() . I was wondering if there's any way to determine whether symbol name or address of symbol is closest to elf symbol or DSO load address. I am relatively new to the package so sorry for any silly questions.
The debug/elf Symbol structure is the ELF symbol, the same information
you see from "nm" or "readelf -s".
Ian