-
-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The .a static library is essentially an ar
archive of elf files. I think the file reader could simply merge multiple elf files together when displaying, or some "context" or "stream" concept could be introduced to some screens, allowing switching between individual elf files in a single archive.
To try it out locally, use ar x <file>
to extract all .o files, which already can be viewed with binsider
Describe the solution you'd like
Ability to view .a files
Describe alternatives you've considered
using nm
and objdump
to view file content
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request