Skip to content

Support .a and .rlib static library files #115

@nyurik

Description

@nyurik

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions