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
Oh interesting. What I'm really after is the ability to directly binary search on the table for the symbol corresponding to an address rather than having to load all of the symbols into a different data structure. I believe this is doable on ELF objects at least. Is that not possible in other formats?
It looks like all of the symbol table implementations expose a length method. It would be great to propagate that up to the
read::SymbolTable
.The text was updated successfully, but these errors were encountered: