What is the feature you'd like to have?
The ability to see which library a given ExternalSymbol is imported from.
Is your feature request related to a problem?
I have a given symbol and need to scan through about 20 files to figure out where it comes from, or resort to using another tool.
Additional Information:
on macOS, this info is readily encoded in either the Binding Table or Chained Fixups.
What is the feature you'd like to have?
The ability to see which library a given
ExternalSymbolis imported from.Is your feature request related to a problem?
I have a given symbol and need to scan through about 20 files to figure out where it comes from, or resort to using another tool.
Additional Information:
on macOS, this info is readily encoded in either the Binding Table or Chained Fixups.