Hi Devs,

Not entirely sure if this is the correct forum. But any help is greatly appreciated. I have a requirement to read off function names and addresses from an ELF binary debug symbols. Is there any such piece of code that's already there that you have written? I had a look at some elfutils codes (e.g: nm.c) in the hope of adapting them to my requirement. But the libdw API is seems bit intimidating to me given that I have little knowledge on Dwarf format.

Thanks in advance
Bud