Skip to content

Load data using the correct byte order. #26

@emberian

Description

@emberian

Except for the type named HeaderPt1, the rest of the ELF data uses the byte order indicated by the e_ident. Currently data will be read using the host's native byte order, which isn't correct in general.

It's not clear to me how to fix this, as the parsing approach taken by zero isn't particularly friendly to reinterpreting data.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions