Skip to content

FAT header should always be parsed in big endian #23

Closed
@AtsukiTak

Description

@AtsukiTak

Hi. Thanks for creating this crate!

If my understand is correct, FAT header should always be parsed in big endian but current implementation parse it in little endian if host computer is big endian.

Activity

added a commit that references this issue on Jun 18, 2022
flier

flier commented on Jun 18, 2022

@flier
Owner

Thanks, you are right, FAT header is always big endian encoding. :)

AtsukiTak

AtsukiTak commented on Jun 21, 2022

@AtsukiTak
Author

Thanks for quick fixing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

      FAT header should always be parsed in big endian · Issue #23 · flier/rust-macho