I have a .out eabi binary file and I’m trying to parse out all the symbol names, addresses, types, and byte sizes.
I found some information about this using readelf, but its not super clear to me whats going on. It also appears that readelf is a linux script? I found out that everything I need should be in the –debug-dump=inof section of the .out file?
Thanks!